Hello guys!

 

I have been using HTTPClient for quite a while, thanks to you guys work!
Recently I came across a site, which I believe is returning bad headers.
HTTPClient seems to choke on

 

Set-Cookie: user-cookie=xxxx; path=/; domain=.xxx.com; secure HTTP/1.0 200

content-type: text/html

 

Exception I get is:

 

WARNING: org.apache.commons.httpclient.ProtocolException: Unable to parse
header: HTTP/1.0 200

 

 

Is this a valid header for cookie?  Firefox/IE seem to get past it easy.  Is
there any way to get around this?

 

 

Regards,

 

Kedar

Reply via email to