hi
I am logging into a site using a WebBrowser, then i want use regex to get some data , but webRequest didnt use web Browse cookie ,
my webBrowser is in public , is there any way to useing webbrowser cookie in webrequest ?
|
|
hi I am logging into a site using a WebBrowser, then i want use regex to get some data , but webRequest didnt use web Browse cookie , my webBrowser is in public , is there any way to useing webbrowser cookie in webrequest ?
|
||
|
|
|
You can use a CookieContainer for a Webrequest.
Hope this helps. Ok, you want to do a log in. Thats is different story. You can use NetworkCredential for that.
... |
||||
|