Can i make HttpWebRequest use the cookies already saved from Internet
Explorer?
Or, if not, how can I make it, or WebClient log into a web resource with a
login form on the page.
Nathan,
No, you can not. However, you can make calls to the functions exported
by the WinInet library (through the P/Invoke layer) to access the cookies
that internet explorer uses, and then set the values in your code.
--
- Nicholas Paldino [.NET/C# MVP]
- m@spam.guard.caspershouse.com
"Nathan Laff" <rev23
@hotmail.com> wrote in message
news:717C9540-5296-499D-A737-BB55A0EC9D71@microsoft.com...
> Can i make HttpWebRequest use the cookies already saved from Internet
> Explorer?
> Or, if not, how can I make it, or WebClient log into a web resource with a
> login form on the page.