RE: missing POST body

The request is the actual HTTP request, like I showed in the first email.
The server is a servlet running in Tomcat 3.2 and it just return a 200 for
any POST. The post.exe doesn't get stuck on Windows. It does get the 200
response.

-----Original Message-----
From: Bang, Steinar [mailto:Steinar.bang@tandbergtv.com]
Sent: Monday, November 19, 2001 10:57 PM
To: 'Wang, Xinju'; www-lib@w3.org
Subject: Re: missing POST body


Wang, Xinju [mailto:Xinju.Wang@ugs.com] writes:

> Should the entity body of a POST request be embedded
> in the request?

By "request" here, do you mean the HTRequest object
or the actual HTTP request, as experienced by the
HTTP server?

[snip!]
> But the body of this POST request (marked by ^^^'s) is
> always missing. And I can never get the post body on
> the server side. I tried post.exe, postform.exe and
> comline.exe samples come with libwww 5.3.2.  Another
> weird thing is the content_length is correct.

Is post.exe stuck at this point?  If so, it may be 
waiting for a "100 continue" response from the HTTP
server.

What server are you talking to?














This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to
TANDBERG Television. If received in error please notify the sender and
destroy the original message and attachments.

Received on Tuesday, 20 November 2001 13:08:54 UTC