WebRequest is a abstract class in .NET Framework for making requests to URIs (including HTTP, HTTPS, FTP and FILE protocols).
I'm trying to go through an authentication request that mimics the "basic auth request" we're used to seeing when setting …
c# authentication credentials webrequestI am having trouble sending data to a website and getting a response in Python. I have seen similar questions, …
python http streamreader webrequestI just got this exception (ProtocolViolationException) in my .NET 2.0 app (running on windows mobile 6 standard emulator). What confuses me is …
.net webrequestI'm writing a program that reads content from a user provided URL. My problem is in the code that goes …
c# webrequestWhen I try to add a HTTP header key/value pair on a WebRequest object, I get the following exception: …
c# header webrequestI need to get json data from an external domain. I used webrequest to get the response from a website. …
c# .net json webrequestNow that SSL 3 has been found to be vulnerable to the POODLE attack: Which versions of SSL/TLS does System.…
c# ssl .net-4.5 webrequest poodle-attackI've got a method that uses a WebRequest to upload a file to a sharepoint 2010 list/folder, using a PUT …
.net sharepoint httpwebrequest webrequestNeed to have the server make a POST to an API, how do I add POST values to a WebRequest …
c# asp.net webrequestI am looking for the best way to test if a website is alive from a C# application. Background My …
c# webrequest