Skip to content

v7.0.2 Separate http settings for form submit and scrape requests

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 18:36
· 19 commits to refs/heads/master since this release
89a013d

Update: Breaking change

In this release, the http request settings for submitting a form are different from those for scraping. Before this release some of the setting were shared. If you need specific settings for form_submit (like headers or verify_ssl), you can specify those under the form_submit part of your configuration.

Changes