Top "Httpwebrequest" questions

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

How secure is a HTTP POST?

Is a POST secure enough to send login credentials over? Or is an SSL connection a must?

security post httpwebrequest xmlhttprequest
How To Use HttpWebRequest/Response To Download A Binary (.exe) File From A Web Server?

I am writing a program that needs to download an .exe file from a website and then save it to …

c# stream httpwebrequest streamreader httpwebresponse
HttpWebRequest. The remote server returned an error: (500) Internal Server Error

I need help with HttpWebRequest in C#. Below lines of codes are working fine for local IIS but when I …

c# httpwebrequest internal-server-error
HttpWebRequest: The request was aborted: The request was canceled

I've been working on developing a middle man application of sorts, which uploads text to a CMS backend using HTTP …

c# visual-studio-2008 httpwebrequest
Getting the Response of a Asynchronous HttpWebRequest

Im wondering if theres an easy way to get the response of an async httpwebrequest. I have already seen this …

c# asynchronous httpwebrequest httpwebresponse
HttpWebRequest times out on second call

Why does the following code Timeout the second (and subsequent) time it is run? The code hangs at: using (Stream …

c# http garbage-collection httpwebrequest webrequest
Max number of concurrent HttpWebRequests

I'm stress testing a web app and have set up a windows test program that spins up a number of …

.net httpwebrequest multithreading
How to use Fiddler to debug traffic from Any app (eg. C#/WPF app)

I am tring to debug whats wrong with my HTTP requests from another question here on SO. So i read …

c# wpf httpwebrequest webclient fiddler
How to add basic authentication header to WebRequest

I have a basic WCF service and I want to test it using HttpWebRequest. The problem is that I use …

c# .net httpwebrequest basic-authentication
HttpWebRequest is extremely slow!

I am using an open source library to connect to my webserver. I was concerned that the webserver was going …

c# performance http httpwebrequest