Caching response with Authorization header #2606
Labels
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
feature-response-caching
From @bohdyone on Friday, June 30, 2017 6:03:10 PM
Looks like caching not supported if Authorization header is present. This is different to the spec, in that Public responses may still be cached even with this header. This use case is useful if you have a static app token in the Authorization header and set the Vary header to vary based on Authorization.
Copied from original issue: aspnet/ResponseCaching#128
The text was updated successfully, but these errors were encountered: