Top "Httpwebrequest" questions

HttpWebRequest is a class for .NET Framework applications that provides a HTTP-specific implementation of the WebRequest class.

How to get a Fast .Net Http Request

I need an Http request that I can use in .Net which takes under 100 ms. I'm able to achieve this …

c# .net http httpwebrequest libcurl
WebRequest fails with "414 Request URI too long" in ASP.NET application

We have an ASP.NET application that requests an SSRS 2005 report in HTML format after passing the parameters for the …

c# iis reporting-services httpwebrequest getresponse
HttpWebRequest.UserAgent : What does it do

I read this MSDN like about it and ran its example. http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.…

.net httpwebrequest system.net user-agent
Tamper GET request parameter with Tamper Data in Firefox?

I am able to tamper post request parameter with Tamper Data in firefox i.e when i make post request …

http web-applications httpwebrequest fiddler tampering
Generating a JSON payload for POST HTTP request in Objective-C

Does anyone have any sample code to create a JSON payload to be sent as a HTTP POST Request in …

objective-c json httpwebrequest payload
Read specific div from HttpResponse

I am sending 1 httpWebRequest and reading the response. I am getting full page in the response. I want to get 1 …

c# asp.net regex httpwebrequest httpwebresponse
Managing cookies in a WPF WebBrowser control?

Is there a way to read/write the cookies that a WebBrowser control uses? I am doing something like this... …

wpf cookies httpwebrequest browser cookiecontainer
HttpWebResponse.ReadTimeout - Timeouts not supported?

We have an issue where on a single instance of our product we receive an InvalidOperationException exception when we attempt …

c# httpwebrequest httpwebresponse
System.Net.WebRequest - Timeout error

The below piece of code is giving Error Message : "The operation has timed out" Error Sourse : at System.Net.httpWebRequest.…

c# asp.net http httpwebrequest webrequest
HttpWebRequest or WebRequest - Resume Download ASP.NET

I would like to know if there is a way to know if a server supports resume download functionallity and …

c# asp.net httpwebrequest webrequest