A 12K URL is most likely an attempt to exploit, and should be denied. Moving to 2.7/3.x will enable 8192 byte URLs, so this 12K URL you speak of will still be denied...if you think it's legit and really want Squid to proxy it, then you can redefine MAX_URL in inc/defines.h before compiling, but keep in mind that this isn't tested or recommended. -----Original Message----- From: Mario Remy Almeida [mailto:malmeida@xxxxxxxxxxxxxx] Sent: Thursday, December 18, 2008 3:21 AM To: Amos Jeffries Cc: Squid Users Subject: Re: GET and POST Method Characters OK thanks Amos, the size of the requested URL is 12k and my squid version is 2.6STABLE20 I'll be moving to squid 2.7STABLE5 justing waiting for the new hardware. any other suggestions. //Remy On Fri, 2008-12-19 at 00:03 +1300, Amos Jeffries wrote: > Mario Remy Almeida wrote: > > Hi All, > > > > Can someone tell me what is the max number of characters allowed in GET > > and POST method. > > > > When I access the below URL (mentioned in the access.log file) I get > > Invalid URL ERROR message int he browser > > > > message in access.log file > > > <snip huge URL> > > Depends on your squid version. Older Squid have increased the limit from > 2KB to 4KB, and the most recent releases have bumped it again to 8KB. > > Amos