Re: Netscape and demo server problem

1999-08-19 Thread Grim
> > Don't know about the short story, but the form data has a bug > (typo in the posting to the newsgroup?) The GET cannot be > used (to the best of my knowledge) with form data - you > want to be using "POST /someurl.cgi HTTP/1.0" > Oh, now I feel VERY VERY dumb, thankyou. If I said I really D

Re: Netscape and demo server problem

1999-08-19 Thread Thomas Reinke
Don't know about the short story, but the form data has a bug (typo in the posting to the newsgroup?) The GET cannot be used (to the best of my knowledge) with form data - you want to be using "POST /someurl.cgi HTTP/1.0" GET expects all name-value pairs to be in the URL, and the CGI processing t