HTTP parameter pollution: Difference between revisions

Content deleted Content added
 
(One intermediate revision by the same user not shown)
Line 6:
 
==Behaviour==
When they are passed multiple parameters with the same name, here is how thevarious backendback behavesends behave.<ref name="owasp_hpp">{{cite web|title=WSTG - Latest:Testing for HTTP Parameter Pollution|url=https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/04-Testing_for_HTTP_Parameter_Pollution}}</ref>
{| class="wikitable"
|+ Behaviour when "param" is passed the values "val1" & "val2"
|+ Behaviour
 
|-
! Technology !! Parsing result !! Example