Hello monks,
I'm writing a CGI program that uses the "Location:" header to redirect the user to another page. Currently I am appending a "?a=b&y=z" to the URL to pass data to the next script, but I'd like to keep all of that out of the URL like a form with method="POST". What's my best option here?