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
test_post_www_urlencoded: Test whether CGI script reads and echoes back URL-encoded POST data
192.168.2.19:80
POST /a5-test/limited3/env.cgi HTTP/1.1 Host: 192.168.2.19:80 Authorization: Basic YmRhOmJkYQ== Connection: close Content-Type: application/x-form-www-urlencoded Content-Length: 18 var1=foo&var2=bar
POST /a5-test/limited3/env.cgi HTTP/1.1 Host: 192.168.2.19:80 Authorization: Basic YmRhOmJkYQ== Connection: close Content-Type: application/x-form-www-urlencoded Content-Length: 18
var1=foo&var2=bar
application/x-form-www-urlencoded application/x-www-form-urlencoded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing 192.168.2.19:80
test_post_www_urlencoded: Test whether CGI script reads and echoes back URL-encoded POST data
192.168.2.19:80
server[FAILED] Empty response
application/x-form-www-urlencoded
application/x-www-form-urlencoded
The text was updated successfully, but these errors were encountered: