in reply to Re^2: Hiding Parameters passed to a CGI script?
in thread Hiding Parameters passed to a CGI script?

Use POST instead of GET on your form. They won't be part of the URL, although they will still be sniffable in the TCP stream, so use SSL (https) if that's also a problem.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^3: Hiding Parameters passed to a CGI script?