HTTP parameter pollution: Difference between revisions

Content deleted Content added
mNo edit summary
FrescoBot (talk | contribs)
m Bot: link syntax and minor changes
Line 46:
===Server Sided HPP<ref name="owasp_hpp" />===
* Standard HPP<ref name="owasp_hpp_paper" />
* Second Order HPP <ref name="owasp_hpp_paper" />
 
==Prevention==
Proper input validation and awareness about web technology on HPP is protection against HTTP Parameter Pollution.<ref>{{cite web|url=https://www.acunetix.com/blog/whitepaper-http-parameter-pollution|title=How to Detect HTTP Parameter Pollution Attacks}}</ref>
==See Also==
*[[HTTP_response_splitting|HTTP response splitting]]
*[[HTTP_request_smuggling|HTTP request smuggling]]
 
== References ==