Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add rememberMe to the cookie request
Browse files Browse the repository at this point in the history
  • Loading branch information
victorg1991 committed Aug 23, 2018
1 parent c369367 commit 336d098
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ protected String getBody(String username, String password)
RequestBody formBody = new FormEncodingBuilder()
.add("login", username)
.add("password",password)
.add("rememberMe", "true")
.build();

Buffer buffer = new Buffer();
Expand Down

0 comments on commit 336d098

Please sign in to comment.