I have this code which works in a windows console application, but does not work in windows phone 7.I have already written an app for Basecamp that uses similar code, but I think the problem is relate
My .net 2.0 application uses AES 128 cipher instead of 256 for POST request to the https 开发者_高级运维site, which cause the latter fail.
I have an ASP.NET app that gets its data form an external service, via HttpWebRequest. Currently the request is made on the Page_Load event. After that event finishes I have my objects in the page and
I\'m making a website scraper for a project I\'m doing.I\'ve gotten everything to work great, however, loading the actual page takes F-O-R-E-V-E-R.You can see the page it\'s loading here:
I have some knowledge on my question but not exactly. What exactly programatically happening after http开发者_Go百科 request?
Modern browsers support gzip/deflate compression and http pipelining, which helps speed up my page being loaded by the client\'s browsers.
I am trying to login into www.diary.com using a httpwebrequest object. However, it always fail to login, and kept giving me back the login page. Can anyone enlighten me on what is/are wrong?
I am trying to login to my web app usingHttpWebRequest but I keep getting the following error: System.Net.WebException: The remote server returned an error: (401) Unauthorized.
I am developing simultaneously two web applications that would be deployed in a Tomcat 6 container. My question is simple: Is it possible to configure or manage the number of connections (HTTP 开发者_
When I send HTTPWebRequests to certain web sites I get a popup message stating that there us an upspecified Security Risk associated with the site and do I want to c开发者_运维知识库ontinue.The messag