On Tue, 2003-12-09 at 14:06, Hakan Nilsson wrote:
> Hi, I've got a serious problem when using mod_perl, and even though I and
> others seem to have had this problem no one seem to have come to a
> conclusion on what's actually wrong.
> 
> The problem is that sometimes, the GET or POST data submitted never gets
> to my script.


Maybe you a trapped by the same error I had yesterday and searched for
many hours.... 

I had in my html:

<form method="POST" action="/mymodperlapp">
but it has to be:
<form method="POST" action="/mymodperlapp/">
                                         ^
The Server redirected me to a GET Request to /mymodperlapp/

HTH
Volker


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to