microsoft / api-guidelines

Microsoft REST API Guidelines
Other
22.69k stars 2.71k forks source link

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

Open mikekistler opened 1 year ago

mikekistler commented 1 year ago

Some references:

One of the guidelines we may want to establish:

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