Damn,
That's right, there was something else. It took me days to figure it out.
Sorry, I had already completely forgotten about it.
Regards,
Peter
-Ursprüngliche Nachricht-
Von: Christophe Darville
Gesendet: Donnerstag, 10. Februar 2022 16:02
An: HttpClient User Discussion
Betreff: Re
It was worth a try 😊
-Ursprüngliche Nachricht-
Von: Christophe Darville
Gesendet: Donnerstag, 10. Februar 2022 10:44
An: HttpClient User Discussion
Betreff: Re: Preemptive authentication in Http Client 5 Async
Thank you very much Peter. I missed the point that HttpCacheContext was
ext
Hi,
ok, than a little bit more code 😊
public CloseableHttpClient getHttpClient() throws IOException,
NoSuchAlgorithmException {
final SocketConfig socketConfig =
SocketConfig.custom().setTcpNoDelay(true).setSoKeepAlive(true).build();
String tlsString = S
On 2/9/2022 5:15 PM, Naber, Peter wrote:
Hi,
I use the HttpCacheContext but I think with the httpclient5 the preemtive
authentication is implemented the same way.
public HttpCacheContext getHttpCacheContext(final URL aURL) throws
Exception {
final HttpHost targetHo
Hi,
I use the HttpCacheContext but I think with the httpclient5 the preemtive
authentication is implemented the same way.
public HttpCacheContext getHttpCacheContext(final URL aURL) throws
Exception {
final HttpHost targetHost = new HttpHost(aURL.getProtocol(),
aURL.ge