We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose I have a GET request which I'm inspecting from the Target tab
GET
GET /error/HTTP_VARIANT_ALSO_VARIES.html.var HTTP/1.1 Host: 111.222.22.107
when I want to guess body parameters I have to send it to Repeater, change request method and add a dummy parameter to the request body.
POST /error/HTTP_VARIANT_ALSO_VARIES.html.var HTTP/1.1 Host: 193.33.22.107 Content-Type: application/x-www-form-urlencoded Content-Length: 0 a=1
Now right-click context menu offers Guess body parameters.
Wouldn't be handy if I could choose Guess body parameters directly from Target tab even on GET requests?
The text was updated successfully, but these errors were encountered:
If you choose 'Guess body parameters' on a GET request would you expect Param Miner to change the method to POST? Or use a fat-GET?
Sorry, something went wrong.
Yes, I would expect Param Miner to change the method to POST.
No branches or pull requests
Suppose I have a
GET
request which I'm inspecting from the Target tabwhen I want to guess body parameters I have to send it to Repeater, change request method and add a dummy parameter to the request body.
Now right-click context menu offers Guess body parameters.
Wouldn't be handy if I could choose Guess body parameters directly from Target tab even on
GET
requests?The text was updated successfully, but these errors were encountered: