Skip to content

Commit

Permalink
Trying to hunt down the cookie bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trilader committed Jun 27, 2014
1 parent 5428cb8 commit cce85e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public Document getFirstPage() throws IOException {
formData.put("pass", pass);
formData.put("login", "Login to FurAffinity");

Response doLogin=Http.url(urlBase+"/login/")
Response doLogin=Http.url(urlBase+"/login/?ref=http://www.furaffinity.net/")
.referrer(urlBase+"/login/")
.cookies(cookies)
.data(formData)
Expand Down

0 comments on commit cce85e9

Please sign in to comment.