This tag should be used for questions which relate specifically to the new JDK 11 `java.
I want to write Java application that will upload a file to the Apache server with PHP. The Java code …
java php java-http-clientSometimes it is needed to allow insecure HTTPS connections, e.g. in some web-crawling applications which should work with any …
java java-11 java-http-clientThe HttpClient introduced experimentally in Java 9 is now stable in Java 11, but not surprisingly, very few projects seem to actually …
java logging java-9 java-11 java-http-clientI have a problem with deserializing JSON to custom object directly using Java 11 HttpClient::send with custom HttpResponse.BodyHandler. I …
java jackson java-11 java-http-clientI'm new to the Java 11 HttpClient and would like to give it a try. I have a simple GET request …
java http httpclient java-11 java-http-clientI'm trying to send a POST request using the new http client api. Is there a built in way to …
java java-http-clientI wrote the following HttpClient code, and it did not result in an Authorization header being sent to the server: …
java http java-11 java-http-clientWe are using JDK11 java.net.http HTTP client to get data from an API. After we receive the response …
java java-11 connection-leaks java-http-clientI am trying to continuously send GET and POST requests to a REST API every few minutes. The issue is …
java http2 java-11 java-http-client