fink icon indicating copy to clipboard operation
fink copied to clipboard

Submission of GET forms

Open dantleech opened this issue 6 years ago • 1 comments

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)

dantleech avatar Mar 06 '19 21:03 dantleech

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.

clxmstaab avatar Nov 13 '20 13:11 clxmstaab