Browse by Tags
All Tags »
HttpWebRequest (RSS)
When you are writing application to run as service or middle tier, which is using client certificates. You should not enable strong key protection during certificate installation. Strong key protection is the way you are informing the system that whenever
Read More...
If you are looking for some information on understanding the basics of HttpWebRequest connection management and servicepointmanager, I just posted an article which could be useful for you. http://blogs.msdn.com/adarshk/articles/345411.aspx This is first
Read More...
If you are already using System.Net.HttpWebRequest class and familiar with request/response programming model for WebRequest in .net frameworks, you might be interested in getting inside the connection management handling of HttpWebRequest and to understand
Read More...
This blog is valid for users of .Net frameworks 1.0 SP3 and .Net frameworks 1.1 SP1 The error is really because server is sending response with bad header format, which violates the http protocol specifications. These changes had been made to disallow
Read More...
If you are using .Net frameworks 1.0 or 1.1, certificate must be installed on either User store or Machine Store. This posting is only valid for v2.0. In version 2.0 (Currently released Whidbey Beta1) user have option to use the certificate which contain
Read More...
Create cookie based session with HttpWebRequest One common requirement for Http based application to maintain the session state within the application, if your http based application is using the System.Net.HttpWebRequest class, then you could use Cookiecontainer
Read More...
Problem Applications making https request from .net web applications (.aspx pages) are not able to use client certificates. Cause Client certificates are linked to user accounts, ASPX is running under ASPNET account, this account can’t access the certificates
Read More...