rav@ucol.mx wrote:
> > But I am afraid it might be a classical case of JavaScript enabled
> > browsers inserting newlines in the request..
>
> Right, disabled JavaScript in netscape 4.76 and could retrieve content of that
> site; is this a bug in the browsers or is there a workaround to this?
It is a browser bug which is a bit tricky to work around at the proxy.
Some JavaScript implementations allows scripts to insert newlines into
the requested URL, which seriously goofs up the HTTP protocol syntax.
You might be able to work around the issue by adding
#define RELAXED_HTTP_PARSER 1
to the top of client_side.c
-- Henrik Nordstrom Squid hackerReceived on Sun Mar 18 2001 - 15:48:07 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:43 MST