On 15/08/2008, sebb <[EMAIL PROTECTED]> wrote: > On 15/08/2008, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I'm getting an error going to a website that runs fine on Firefox and IE. > I've checked that all Cookies & Co are set like they are when the browser > uses them. The error is: > > > > org.apache.commons.httpclient.ProtocolException: Unable to parse header: > HTTP/1.1 200 OK at > org.apache.commons.httpclient.HttpParser.parseHeaders(HttpParser.java:202) > > > <snip/> > > > > I've seen a similar thing here: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg01288.html > > > > Since I don't see what JMeter's getting back I can't help with more. Hope > someone can help me here. > > > Looks like HttpClient is confused by the server response. > > Normally I'd suggest to switch on HttpClient wire header logging: > > log_level.httpclient.wire.header=debug > > But the quoted message shows that probably won't help. >
I should have read the JIRA issue fully - the problem was fixed for HttpClient 3.1, which is included in the current JMeter version. So please can you try that? > You could use something like Wireshark to examine the server response. > > Also you could try using the default HTTP sampler for this sample. > > > > > Cheers > > > > Oliver > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

