On Mon, 15 Jan 2001, Darren Stuart Embry wrote:

[...] 
> When I do neither, i.e., leave the POST request as is and use
> the standard redirect mechanism, the browser hangs and the
> server actually does not send the redirect until I hit the Stop
> button (I'm using ngrep to determine this).  This also happens
> if I use the $r->print($header) method and still return
> REDIRECT.

Try adding 

$r->method('GET');
$r->headers_in->unset('Content-length');

to your code before doing the return REDIRECT.


 - ask

-- 
ask bjoern hansen - <http://ask.netcetera.dk/>
more than 70M impressions per day, <http://valueclick.com>


Reply via email to