Hi Everyone - new to the list. I'm running Squid 2.5 and I'm having issues pulling up a section of monster.com. When anyone on the network goes to hiring.monster.com and goes to "Post & Manage Jobs" and on the drop-down clicks "Post a job" the following error message is received. While trying to retrieve the URL: http://hiring.monster.com/jobs/createtitle.aspx? The following error was encountered: The request or reply is too large. If you are making a POST or PUT request, then your request body (the thing you are trying to upload) is too large. If you are making a GET request, then the reply body (what you are trying to download) is too large. These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error. I've tried the following config (and different combinations of the commented): acl alldst dst 0.0.0.0/0.0.0.0 #acl monster dst 208.71.197.0/255.255.255.0 63.112.169.0/255.255.255.0 #acl mediamonster dstdomain media.monster.com #acl hiringmonser dstdomain hiring.monster.com no_cache deny monster no_cache deny mediamonster #reply_body_max_size 0 allow monster #reply_body_max_size 0 allow mediamonster #reply_body_max_size 0 allow hiringmonster reply_body_max_size 0 allow alldst request_body_max_size 0 None of which seems to work. I'm at a loss for what this could be at this point. Anyone have any comments or suggestions? Thank you for your time - Ryan