Hello Everyone. I'm using squid for reverse proxy. [Client] -> [Squid] -> [Origin Server] My Origin Server check HTTP-referer. ( eg. www.abc.com ) As you know, SQUID doesn't have the function to check the http-referer of clients. But, I want my web server to check it. So, how can I set the configuration of SQUID ? For example, I have to accept the access of clients from www.abc.com Thanks.