I need to configure a pair of load balancers in front of Squid to send periodic health HTTP requests to my Squid servers to make sure they are up and functioning properly. How should I structure this HTTP request? A "GET /" results in an invalid-request. What type of request can I use that will differentiate its self from normal proxied requests and not cause Squid to bark at me for it being invalid? Thanks