get URL no longer works in iOS app
Posted: Tue Nov 12, 2024 9:44 pm
				
				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: Select all
      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 ifAn error occurred:
tsneterr: HTTP response code 500 returned from server.
Any ideas what may have happened? The code worked fine before.
Thanks!