On Sun, 14 Nov 2004, Ali Abbas wrote:
Is it possible to either create an acl that can stop (deny) client request with abnormal headers or if somehow it can be specified in "no_cache" tag so that squid never process such request with "header-too-large" error
Requests resulting in "header-too-large" error is rejected by Squid, and not cached (there is nothing to cache).
With the new req_header acl in Squid-2.5.STABLE7 you can match any request headers you like if there is a certain pattern (besides sheer size) you want to match and perhaps deny.
Regards Henrik
