http://www.perlmonks.org?node_id=410071


in reply to Re: CGI index as text
in thread CGI index as text

This is *extremely* unlikely to work. With a GET request and this redirect you will lose the QUERY_STRING. With POST it is even worse as it will almost certainly generate a 405 Method Not Allowed as you try to POST data to an HTML page.

cheers

tachyon