fink
fink copied to clipboard
Submission of GET forms
POSTing on forms should not be a typical use case, but GET could be useful (e.g. submitting search filters, or changing the state of the application as a user might).
e.g. on an ecommerce store you may be able to select the location of the store, which may produce a completely different
Other form methods should also be supported (e.g. on a development environment)
POSTing on forms should not be a typical use case,
POSTing of simple forms would be great to simulate a user login so one can crawl pages only available for logged in users.
at least passing simple post params for the initial request would be awesome.