Is there any way to retrieve the parameters and values using POST method?
http://hostname/cgi-bin/params?name1=value1&name2=value2&;..
I need to write a CGI script to receive the parameters and values using POST
method from the below url.
Host: hostname.com
name1=value1&name2=value2
Please help me to do this.