We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679991a commit d02687dCopy full SHA for d02687d
httpclient5/src/test/java/org/apache/hc/client5/http/examples/ClientFormLogin.java
@@ -72,7 +72,7 @@ public static void main(final String[] args) throws Exception {
72
.addParameter("IDToken1", "username")
73
.addParameter("IDToken2", "password")
74
.build();
75
- httpclient.execute(httpget, response -> {
+ httpclient.execute(login, response -> {
76
System.out.println("----------------------------------------");
77
System.out.println("Login form get: " + response.getCode() + " " + response.getReasonPhrase());
78
EntityUtils.consume(response.getEntity());
0 commit comments