Top "Httpwebrequest" questions

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

How to perform a fast web request in C#

I have a HTTP based API which I potentially need to call many times. The problem is that I can't …

c# httpwebrequest
How to clear the cache of HttpWebRequest

I am developing against a proprietary library and I'm experiencing some issues with the cache of the HttpWebRequest. The library …

.net caching httpwebrequest
Advantages of using application/json over text/plain?

Is there any performance advantage of using content type application/json sending an object serialized to json over text/plain? …

java javascript json httpwebrequest
How to set useUnsafeHeaderParsing in code

I am getting the following exception: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by …

c# c#-4.0 httpwebrequest httpwebresponse
How to parse HttpWebResponse.Headers.Keys for a Set-Cookie session id returned

I'm trying to create an HttpWebRequest/HttpWebResponse session with an ASP.NET website to later parse an HTML form through …

c# cookies httpwebrequest httpwebresponse setcookie
Download a file from the internet using java : How to authenticate?

Thanks to this thread How to download and save a file from Internet using Java? I know how to download …

java authentication httpwebrequest download basic-authentication
TLS 1.2 not negotiated in .NET 4.7 without explicit ServicePointManager.SecurityProtocol call

I need to upgrade a .NET application to support a call to an API on a website that only supports …

c# .net winforms httpwebrequest tls1.2
Why does HttpWebRequest throw an exception instead returning HttpStatusCode.NotFound?

I'm trying to verify the existence of a Url using HttpWebRequest. I found a few examples that do basically this: …

c# asp.net httpwebrequest http-status-code-404
The request was aborted: Could not create SSL/TLS secure channel

Possible Duplicate: The request was aborted: Could not create SSL/TLS secure channel I am trying to send a http …

c# httpwebrequest x509certificate2
Download an image from a URL?

I am trying to use HTTP::get to download an image of a Google chart from a URL I created. …

ruby httpwebrequest javax.imageio