in reply to removing/stripping query string params

You can see the example of what you want by voting on let's say this reponse node. The URL after voting would not consist extra parameter after index.pl in the browser.

If you want to invoke a CGI without a form tag, you are asking almost impossible, because it's not in your hand except 'redirection' by your CGI script.

artist

  • Comment on Re: removing/stripping query string params

Replies are listed 'Best First'.
Re: Re: removing/stripping query string params
by drfrog (Deacon) on Jul 02, 2003 at 19:47 UTC
    thanks all
    http://search.cpan.org/author/LDS/CGI.pm-2.97/CGI.pm#DELETING_ALL_PARAMETERS_
    seems right.
    although i should be probably be using post as well ;)