in reply to CGI Parsing information on URL Bar

GET

If you setup your <form> to use the GET method, then a browser will encode all of the form variables into a URL and pass them onto the web server. You can see the variables and their values in the location bar.

So, Use POST request