Re: [squid-users] strange behavior with GET queries containing +(plus) signs

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 19 Feb 2005 16:02:26 +0100 (CET)

On Thu, 17 Feb 2005, Alexey Lebedeff wrote:

> Browser makes the following request:
> GET http://www.google.com/search?q=c%2B%2B
>
> But squid transforms it to:
> GET /search?q=c++

Works just fine here..

GET http://www.google.com/search?q=c%2B%2B HTTP/1.1

received from the browser by Squid.

GET /search?q=c%2B%2B HTTP/1.0

sent by squid to google.

Are you perhaps using a redirector messing up the URL while it is
forwarded by Squid?

Regards
Henrik
Received on Sat Feb 19 2005 - 08:02:28 MST

This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:02 MST