You make the following request to an application that is running on the ASP.NET platform:
POST /home.aspx?p=urlparam1&p=urlparam2 HTTP/1.1
Host: wahh-app.com
Cookie: p=cookieparam
Content-Type: application/x-www-form-urlencoded
Content-Length: 15
p=bodyparam
The application executes the following code:
String param = Request.Params[“p”];
What value does the param variable have?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here