api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

Add guidance for when/how Azure services should allow caching of responses

Open mikekistler opened this issue 2 years ago • 0 comments

Some references:

  • https://apisyouwonthate.com/blog/caching-is-hard-draw-me-a-picture/
  • https://www.rfc-editor.org/rfc/rfc9111#section-3

One of the guidelines we may want to establish:

⛔ DO NOT include a cache-control: public header in the response to an authorized request.

mikekistler avatar May 31 '23 15:05 mikekistler