caching - Will proxies cache HTTP Responses when authentication is provided? -
Considering a URI in which caching is properly configured.
If two users request that the same URIs provide two different credentials, whether the proxy cache user + URI, or the URI will respond, or not at all?
The response will only be used for other users if cache-control
response The header contains the public
instructions. In addition, the proxy should not be cached in response to an authorized request.
Read all the details.
Comments
Post a Comment