<div dir="ltr"><div><div>Is there some easy way to configure Varnish to cache authenticated responses?<br></div>The concept is quite simple: the back-end is a REST API provider and the response payload is mostly cacheable (i.e. rarely changes). The API uses basic HTTP authentication which prevents default Varnish to cache it. However, since the user base is limited, I'd like Varnish to cache (meaning: respect the back-end caching headers, not blindly cache anything) using the authorization header as part of the hash / cache key. Is this even possible? <br>Any sample VCL or pointers would be welcomed!<br><br></div>Thank you very much!<br></div>