Top "Httpclient" questions

DO NOT USE - Use [apache-commons-httpclient], [apache-httpclient-4.x], [java-http-client], [dotnet-httpclient] or [angular-httpclient]

How can I trace the HttpClient request using fiddler or any other tool?

I am using HttpClient for sending out request to one of the web api service that I don't have access …

c# c#-4.0 httpclient fiddler
Python httplib and POST

I am currently working with a piece of code that has been written by somebody else. It uses httplib to …

python http httpclient httplib envjs
SSLPeerUnverifiedException: peer not authenticated

Yet again, the dreary Problem of SSLPeerUnverified, but I'm not using self signed certificates. I try to connect to a …

java httpclient
C# How to set HttpClient Keep-Alive to false

I had a low performance problem with HTTP requests on .NET. The HTTP GET request to a REST API on …

c# .net rest httpclient httpwebresponse
How to determine a 404 response status when using the HttpClient.GetAsync()

I am trying to determine the response returned by HttpClient's GetAsync method in the case of 404 errors using C# and .…

c# exception-handling httpclient .net-4.5 async-await
How to Handle the Session in HttpClient 4.1

I am using the HttpClient 4.1.1 to test my server's REST API. I can manage to login seem to work fine …

java session cookies httpclient
org.apache.http.ProtocolException: Target host is not specified

I have written a simple httprequest/response code and I am getting this below error. I have referenced httpclient, httpcore, …

java httpclient httpresponse apache-httpclient-4.x
An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set

I am trying to get the content from a web page using this code : HttpClient http = new HttpClient(); var response = …

c# http httpclient
Using Cookies across Activities when using HttpClient

I'm trying a simple app to read in the HTML of a website, and tranform it to create an easily …

java android cookies httpclient
Android SSL HttpGet (No peer certificate) error OR (Connection closed by peer) error

I am trying to do a simple HttpGet to read a webpage. I have this working on iOS and working …

java android ssl https httpclient