I just updated to LC 10.0.1 (rc 1), and the previously working URL downloads have stopped functioning in my iOS apps. I scoured the docs and the forum, but cannot find a fix for the problem.
I have always included the internet and the SSL libraries in my build. Here is sample code:
Even though using the udFileName in a browser (both desktop and iPhone) gets the proper data, I get this from my app
An error occurred:
tsneterr: HTTP response code 500 returned from server.
Any ideas what may have happened? The code worked fine before.
Thanks!
I have always included the internet and the SSL libraries in my build. Here is sample code:
CODE:
get URL(udFileName) if it is not empty and not (it contains "error") then put it into tData else put getDLerror(it) into dlError answer dlError & cr & "Notes data" && "not loaded." as sheet end if
An error occurred:
tsneterr: HTTP response code 500 returned from server.
Any ideas what may have happened? The code worked fine before.
Thanks!
Statistics: Posted by rcmills — Tue Nov 12, 2024 9:44 pm