Stellate Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement
  • graph api
  • feature

Jump to Month

  • March 2023
  • January 2023
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
Improvement
a year ago

Clean GraphCDN response headers

Over time we cluttered responses from GraphCDN services with a bunch of unnecessary custom headers we use for debugging.

As of today, only the most important ones that are useful for debugging your caching behavior are sent back:

  • gcdn-cache: can either be HIT (was returned from cache), miss (should have been cached but wasn't), pass (should not be cached)
  • gcdn-scopes: the scopes that applied to the query
  • gcdn-scope-value-missing: whether at least one scope value required in the query was missing (i.e. whether this was treated as a "public" request)
Avatar of authorMarko Locher