Do authentication headers in JSON requests affect caching?

Will requests carrying the same resource and query string but different authentication headers in a JSON GET request hit the origin, or will they be served from cache?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.