A
Ashish, FL
Hi all:
My old application used to POST xml to a remote server using HttpWebRequest
from within an aspx page. The process worked like a charm (though sometimes I
experienced delays in receiving a response). Using the .NET class similar to
http://support.microsoft.com/kb/330589/EN-US/#7
Now, I am required to make that POST xml request over HTTPS instead of HTTP.
I have no ideas what to do, where to begin. Ofcourse, just changing the
posturl from "http://" to "https://" didn't work (as expected, hehehe). Can
anyone throw some pointers...?
My old application used to POST xml to a remote server using HttpWebRequest
from within an aspx page. The process worked like a charm (though sometimes I
experienced delays in receiving a response). Using the .NET class similar to
http://support.microsoft.com/kb/330589/EN-US/#7
Now, I am required to make that POST xml request over HTTPS instead of HTTP.
I have no ideas what to do, where to begin. Ofcourse, just changing the
posturl from "http://" to "https://" didn't work (as expected, hehehe). Can
anyone throw some pointers...?