HTTP Parameter Pollution involves sending in duplicate parameters
in order to take advantage of how the application server reacts to
parsing multiple parameters with the same name.
Each brand of web application server acts a little different when
two or more parameters with the same name are submitted.
This page implements "GET for POST" to make this exercise easier