>
> 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
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