cookiecontainer
Windows Phone 7 Mango saving the state of a CookieContainer
update1: After more research I\'m not sure this is possible, I created a UserVoice entry on fixing it.[详细]
2023-04-07 14:19 分类:问答Unexpected behavior in CookieContainer object when version is specified in response Set-Cookie C# .NET 2.0-4.0
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[详细]
2023-03-18 21:49 分类:问答Can't send cookies from vb.net page to php backend
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[详细]
2023-03-05 22:40 分类:问答Why is one cookie missed?
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[详细]
2023-02-24 09:02 分类:问答powershell httpwebrequest GET method cookiecontainer problem?
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[详细]
2023-02-20 16:40 分类:问答Unable to set CookieContainer on service client in MonoTouch
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.[详细]
2023-02-19 08:10 分类:问答C# HttpWebRequest CookieContainer/Collection persisting between Object instances?
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[详细]
2023-02-17 21:31 分类:问答MVC, WebRequests, CookieContainers, and Americart
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.[详细]
2023-02-11 22:14 分类:问答How to Serialize CookieContainer in wp7 applications?
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?[详细]
2023-02-09 19:03 分类:问答ASP.NET Authorization from Console Application & Timeout
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[详细]
2023-02-05 16:59 分类:问答