R
RossSmith
I wrote some code as a windows service to send and retrieve a XML file
from another web site. I'm reading and writing streams. All was
working fine until they changed from HTTP to HTTPS. Now I get the 403
Access denied error. I did connect through Internet explorer and it
worked but I got the error box saying the cert was not quite correct
and did I want to continue. That's all well and good but I need to be
able from code to tell the web site to continue anyway. Does anyone
have a suggestion on how to solve this? Thanks in advance.
from another web site. I'm reading and writing streams. All was
working fine until they changed from HTTP to HTTPS. Now I get the 403
Access denied error. I did connect through Internet explorer and it
worked but I got the error box saying the cert was not quite correct
and did I want to continue. That's all well and good but I need to be
able from code to tell the web site to continue anyway. Does anyone
have a suggestion on how to solve this? Thanks in advance.