update1: After more research I\'m not sure this is possible, I created a UserVoice entry on fixing it.
I am writing an application to log into live.com. I have already successfully implemented this with the WebBrowser control, but I am now trying to do this with a headless browser. I would just use Sim
I\'m trying to create a proxy for cross-domain AJAX POST queries and, in order to do that, I need to be adding the cookies from my client (browser)\'s request into the POST request I send to the PHP b
I\'m scrapping a page which is the result of a redirect: I visit page1 first, then it redirects to page2 via http-equiv=\"refresh\". I\'m scrapping page2. Content on page2 is based on some cookies pag
I\'m trying to scrape a website that has user authentication. I am able to do a POST to send my login and stores a cookie. However, after the login I get a 403 error when trying to access the protecte
I have a MonoTouch project using some code I share with a Windows Phone 7 app. This shared code creates a WCF proxy for a RIA Domain Service (using the /Soap endpoint), generated using SLSvcUtil.exe.
I\'ve run into a problem with my Login program. If I login one time, then null CookieContainer and CookieCollection (along with my http class), then try to login again, it still submits the cookies fr
I want to send the contents of a user\'s shopping cart to a third-party cart (Americart), and I want to do this in my ActionResult method using the WebRequest class.
I tried to Serialize cookie to save it and Deserialize at next time I start my application.But the result of Deserialize i开发者_运维问答s empty.What\'s wrong?
For what its worth, I managed to get a console application to authenticate itself with an existing ASP.NET web application. It just mimics the login page by making a post request to the login page con