On Wed, 10 May 2000, Louis-David Mitterrand wrote:
>
> I am trying an internal_redirect from a POST with Mason and Apache just
> hangs:
>
> $r->method('GET');
> $r->method_number(M_GET);
> $r->headers_in->unset('Content-length');
> $r->internal_redirect_handler("/wronglogin.md");
> $m->abort(30
Hi there,
On Wed, 10 May 2000, Louis-David Mitterrand wrote:
>
> I am trying an internal_redirect from a POST with Mason and Apache just
> hangs:
>
Have a look at the Guide, "Caching POSTed Data".
73,
Ged.
I am trying an internal_redirect from a POST with Mason and Apache just
hangs:
$r->method('GET');
$r->method_number(M_GET);
$r->headers_in->unset('Content-length');
$r->internal_redirect_handler("/wronglogin.md");
$m->abort(302);
However when I try an internal_redirect from a GET it works but H