Posted by J.O. Aho on 10/06/26 11:53
DG wrote:
> We have a simple comment form on our website that gets sent to us via email
> using a PHP script. It was working fine until last week (that's when we
> noticed it anyway) when it started asking for login (username, password,
> etc.) when the send comment button was clicked.
Here is an example script you can use
http://codewalkers.com/seecode/538.html
> I called tech support where
> our website is hosted and they looked in to it, got the login popup to stop
> but now it is coming up with "CGI Error. The specified CGI application
> misbehaved by not returning a complete set of HTTP headers."
At least using Perl, this usually occures when the content type header is
missing. I guess it's some kind of header trouble, either you are sending
multiple or something is missing.
//Aho
[Back to original message]
|