On Tue, 25 Mar 2003, Sean Reilly wrote:

> Date: Tue, 25 Mar 2003 15:14:06 -0600
> From: Sean Reilly <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: RE: Http version error
>
> Unless you formatted the email strangely, you have an invalid HTTP request.
> The directive (POST) the URI, and the version must all be on the first line.
> Also, the </color> tag in the Content-Length header shouldn't be there (I assume 
> that's an email formatted thing, but just in case).
>
> So the request should be:
>
> POST /Tomcat_tre/WsdaServlet;jsessionid= HTTP/1.1
> User-Agent: WSDA_SWCLIENT
> Content-Type: application/octet-stream
> Content-length: 19
> FRAMEWORK_VERSION: 0.0WSDAFM
>

I thought HTTP/1.1 required a Host: header to identify which virtual host
this request is for?

> Does this help?
>
> Sean

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to