I am trying to get the HTTP.SubmitSecure function working and I am receiving the error code 2502 - "Could not open request".
What would cause this?
The URL is: https://www.mydomain.com/portal/file.php?ID=12345
I'm able to access the same URL through a browser, however I do get a Security Alert dialog warning me the certificate is not valid. Could this be what's causing the 2502 error in TrueUpdate?
Prior to changing it to use a secure method, I was using the HTTP.Submit function successfully with the URL:
Thanks,
-Shawn
What would cause this?
The URL is: https://www.mydomain.com/portal/file.php?ID=12345
I'm able to access the same URL through a browser, however I do get a Security Alert dialog warning me the certificate is not valid. Could this be what's causing the 2502 error in TrueUpdate?
Prior to changing it to use a secure method, I was using the HTTP.Submit function successfully with the URL:
Thanks,
-Shawn
Comment