|
Posted
10 months
ago
by
Arturo Bernal
Redirection to same target with sensitive headers is not followed
|
|
Posted
10 months
ago
by
ASF subversion and git services
Commit 5cef6edeb74d3bb458ed7ccbfbebc21838519746 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=5cef6edeb ] HTTPCLIENT-2372 - Normalize HttpHost port Read more
|
|
Posted
10 months
ago
by
ASF GitHub Bot
arturobernalg commented on code in PR #643: URL: https://github.com/apache/httpcomponents-client/pull/643#discussion_r2128558691 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultRedirectStrategy.java: ########## @@ -80,6 Read more
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
HTTP proxy returns 400 when connection was established before
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
beth4soptim Basically what code does is this: it creates a connection to the proxy for `https` scheme, fails to correctly set up the tunnel and then returns the connection back to the pool as valid and re-usable. The next request grans the same Read more
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
beth4soptim I do not think what you are trying to do here makes sense with any version of HttpClient. That same approach most likely does not work with HC 4, it just was not obvious. The only reliable way to make sure a route is valid and fully Read more
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
http-client - Add option to turn on logging when a HTTP Client is waiting due to 429 Retry-After header
|
|
Posted
10 months
ago
by
Claus Ibsen
When you call a remote HTTP service and it returns a HTTP status 429 (too many requests) and that it has a Retry-After header with a value such as 40, then there is no logging activity or something that can show this, and you may think something is Read more
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
IllegalStateException: "TLS already activated" with HttpAsyncClient and HTTPS Proxy
|
|
Posted
10 months
ago
by
Oleg Kalnichevski
Tunnelling over HTTPS proxy connection / TLS session layering
|