in reply to Re: Re: Instant redirect from form input
in thread Instant redirect from form input

If the Location: header doesn't start with a scheme, it's an internal redirect, which is a CGI operation, not an HTTP operation. The browser doesn't refetch a page, and everything gets pretty mucked up at that.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Re: Instant redirect from form input