http://qs1969.pair.com?node_id=65454


in reply to novie perl-CGI user

If you aren't doing so, you might try using
use CGI::Carp qw(fatalsToBrowser);
This might provide us with a little more diagnostic info to work with.

mkmcconn

Replies are listed 'Best First'.
Re: Re: novie perl-CGI user
by novitiate (Scribe) on Mar 19, 2001 at 21:22 UTC
    ok. it reports malformed multipart POST (same as the logs). sniffer seems to show, that at times, the browser will send a POST with an Authentication header and no post following. At other times, there are two posts, one for Authentication and the next for the form data after the users has been verified. I took authentication off and nothing was solved.