Top "Apache-commons-httpclient" questions

The HttpClient v3.

How can I override the "Host" header in the request when using Apache commons HttpClient

I am using Jakarta Commons HttpClient 3.1 writing a load test tool that needs to target different servers and pretend like …

java apache-commons-httpclient
Migrating from HttpClient 3.x to 4.x

We have some code written using commons-httpclient-3.1 that needs to be converted to 4.1. I'm only somewhat familiar with this and …

java apache-commons-httpclient apache-httpclient-4.x
Kerberos connection using HTTP Client

I'm writing HTTP connection with Kerberos authentication. I have "HTTP/1.1 401 Unauthorized". Could you recommend me what I should check? I …

java authentication kerberos apache-commons-httpclient
Ignore self-signed certificates in Apache HTTPClient 4.5

I am trying to accept all certificates, and/or accept self-signed certificates using Apache HTTPClient version 4.5 (tutorial link here) I've …

java ssl httpclient apache-httpclient-4.x apache-commons-httpclient
Angular 6 set withCredentials to true with every HttpClient call

If you want the credentials (cookie authentication token) to be passable through a call, you need to add { withCredentials: true } …

angular http apache-commons-httpclient
HttpClient: disabling chunked encoding

I am using the Apache Commons HttpClient along with Restlet to call a restful web service. Unfortunately, my server (based …

java http restlet apache-commons-httpclient
how to handle / read the response with "Transfer-Encoding:chunked"?

May i know how to handle / read the response with "Transfer-Encoding:chunked"? Currently im using common-httpclient.3.1 My current coding as …

java chunked-encoding apache-commons-httpclient
How do I get the cookies from Apache HttpClient 4.x?

How do I get the cookies from an existing object of type HttpClient? I'm using HttpClient version 4.3.3 which has no …

httpclient apache-httpclient-4.x apache-commons-httpclient
HttpClient = INVALID URI - Escaped absolute path not valid

I am trying to upload/delete a file to webdav server using HttpClient. However, none is working whenever I have …

java url absolute-path apache-commons-httpclient
Basic Authentication using HTTP Commons Client

I am looking at this link an am trying to send requests to the server http://hc.apache.org/httpcomponents-client-ga/…

java apache-commons-httpclient