-
https post
Hi,
I want to connect to a website and run a functino that returns an xml result.
I am suppose to emulate an HTTPS POST to run the function with parameters and get teh results. I never did that before, so can anyone point me in the right direction?
Thanks,
-
Re: https post
You may want to look into HttpWebRequest class.
-
Re: https post
Thanks, that got me started.
I'm using the method post. How do I specify the form name? or the action?
On this website, all pages are directed to 1 page, but with different action parameters. based on that parameter, a different xml result is given. how do I specify teh action?
Thanks,