Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending POST requests without submitting a form #27

Closed
5j9 opened this issue Oct 2, 2014 · 1 comment
Closed

Sending POST requests without submitting a form #27

5j9 opened this issue Oct 2, 2014 · 1 comment

Comments

@5j9
Copy link

5j9 commented Oct 2, 2014

If possible please provide a more convenient way for direct sending of POST requests so that it will automatically _update_state.

https://stackoverflow.com/questions/23737719/how-to-make-post-request-in-robobrowser-python

@5j9 5j9 changed the title Sending Post requests without submitting a form Sending POST requests without submitting a form Oct 2, 2014
@jmcarp jmcarp closed this as completed in 277e099 May 26, 2015
@jmcarp
Copy link
Owner

jmcarp commented May 26, 2015

I modified Browser#open to take an optional method argument. For the behavior you're looking for, you can now use browser.open(url, method='post').

jmcarp added a commit that referenced this issue May 26, 2015
Method defaults to "get", but can be overridden using the optional
`method` parameter.

[Resolves #27]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants