GistLabs / mechanize

mechanize for java
http://gistlabs.com/software/mechanize-for-java/
Mozilla Public License 2.0
78 stars 21 forks source link

org.apache.http.client.CircularRedirectException: #79

Open reddybhaskarvengala opened 3 years ago

reddybhaskarvengala commented 3 years ago

my request is making some redirections in the backend. Due to this getting the above exception. Is there any attribute to set like the way we set in python "br.set_handle_redirect( True )" ? Also, I need to select form and submit login creds. How can I do that?