Re: Problem with HttpWebRequest to read a web page



Try adding the following params..

req.KeepAlive = false;
req.ProtocolVersion = HttpVersion.Version10;

.


Loading