Top "Httpwebrequest" questions

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

.NET HttpWebRequest HTTPS Error

Hello I'm trying to fetch data from a https web (i'm not behind firewall or proxy) however even accepting all …

c# .net https httpwebrequest system.net.webexception
How to login to wordpress programmatically?

I need to perform some action in wordpress admin panel programmatically but can't manage how to login to Wordpress using …

c# wordpress httpwebrequest httpwebresponse
Trying to get authentication cookie(s) using HttpWebRequest

I have to scrape a table from a secure site and I'm having trouble logging in to the page and …

c# httpwebrequest screen-scraping webclient httpwebresponse
How to read the Website content in c#?

I want to read the website text without html tags and headers. i just need the text displayed in the …

c# html httpwebrequest webclient streamreader
c# HttpWebRequest POST'ing failing

So i'm trying to POST something to a webserver. System.Net.HttpWebRequest EventReq = (System.Net.HttpWebRequest)System.Net.HttpWebRequest.Create("…

c# httpwebrequest webrequest streamwriter
Error Handling in System.Net.HttpWebRequest::GetResponse()

I have a Powershell script that uses System.Net.HttpWebRequest to communicate with a remote host. I create the request, …

.net powershell httpwebrequest httpwebresponse
Objective-c HTTP Basic authentication

How would i go about replicating this in objective-c curl -u [email protected]:mypassword http://foo.lighthouseapp.com/projects.…

objective-c authentication httpwebrequest lighthouse
How to handle HttpWebRequest C# with Tls 1.3

I am unable to connect to an HTTPS server (TLS 1.3) using WebRequest because of this error message: The request was …

ssl httpwebrequest tls1.3
java.net.ConnectException

When I'm running my app through Google Nexus by connecting through USB and trying to connect webservice running on my …

java android httpwebrequest tethering google-nexus
How to make ordinary WebRequest async and awaitable?

I need to make the following code async and awaitable. I need to get a lot of data from the …

c# windows-phone-7 httpwebrequest async-await webrequest