Hello. I try to use this code :
webBrowser.Document.GetElementById("login").SetAttribute("value", "user");
It work great but not when i use it in a new thread. I get an InvalidCastException. What can I do ?
Hello,
How can i get a httponly cookie in a httpwebresponse ?
Habitually i use a CookieContainer to get the cookies in a httpwebresponse, but it doesnt work with httponly cookie.
Is there an other way to catch them ?