- From: Fish <fish@infidels.org>
- Date: Thu, 6 Jul 2000 09:42:27 -0700
- To: "Xavier Plantefeve" <xavier.plantefeve@esc.eu.int>
- Cc: <www-talk@w3.org>
<snip>
> Can anybody points out what I do wrong?
Yes. (see below)
<snip>
> POST /bleu.php HTTP/1.0
> Content-type: multipart/form-data;
> boundary=---------------------------7d025817e60
> Connection: keep-alive
> Accept: */*
> Referer: http://localhost/test.html
> Accept-Language: fr-be,en;q=0.5
> User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)
> Host: localhost
> Pragma: no-cache
> Content-Lenght: 141
^^^^^^
Should be: "Content-Length:" ("...th", not "...ht")
>
> -----------------------------7d025817e60
> content-disposition: form-data; name="target"
>
> tagada
> -----------------------------7d025817e60--
^^
I assume this was a typo? That's actually where the CRLF was, right?
Other than the above, it looks okay to me.
"Fish" (David B. Trout)
fish@infidels.org
ICQ# 25302291
Received on Thursday, 6 July 2000 12:42:40 UTC