Skip to content

Commit e2b39ca

Browse files
committed
freshness review
1 parent 2347e10 commit e2b39ca

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
---
22
title: Debug HTTP headers for Azure CDN from Microsoft | Microsoft Docs
3-
description: Debug cache request headers provides additional information about the cache policy applied to the requested asset. These headers are specific to Azure CDN from Microsoft.
3+
description: Debug cache request headers provide additional information about the cache policy applied to the requested asset. These headers are specific to Azure CDN from Microsoft.
44
services: cdn
5-
documentationcenter: ''
65
author: duongau
7-
manager: danielgi
8-
editor: ''
9-
10-
ms.assetid:
6+
manager: kumudd
117
ms.service: azure-cdn
128
ms.workload: media
139
ms.tgt_pltfrm: na
1410
ms.topic: article
15-
ms.date: 07/31/2019
11+
ms.date: 02/27/2023
1612
ms.author: duau
1713

1814
---
1915
# Debug HTTP header for Azure CDN from Microsoft
16+
2017
The debug response header, `X-Cache`, provides details as to what layer of the CDN stack the content was served from. This header is specific to Azure CDN from Microsoft.
2118

2219
### Response header format
@@ -25,9 +22,9 @@ Header | Description
2522
-------|------------
2623
X-Cache: TCP_HIT | This header is returned when the content is served from the CDN edge cache.
2724
X-Cache: TCP_REMOTE_HIT | This header is returned when the content is served from the CDN regional cache (Origin shield layer)
28-
X-Cache: TCP_MISS | This header is returned when there is a cache miss, and the content is served from the Origin.
29-
X-Cache: PRIVATE_NOSTORE | This header is returned when the request cannot be cached as Cache-Control response header is set to either private or no-store.
25+
X-Cache: TCP_MISS | This header is returned when there's a cache miss, and the content is served from the Origin.
26+
X-Cache: PRIVATE_NOSTORE | This header is returned when the request can't be cached as Cache-Control response header is set to either private or no-store.
3027
X-Cache: CONFIG_NOCACHE | This header is returned when the request is configured not to cache in the CDN profile.
31-
X-Cache: N/A | This header is returned when the request that was denied by Signed URL and Rules Set.
28+
X-Cache: N/A | This header is returned when a request gets denied by Signed URL and Rules Set.
3229

33-
For additional information on HTTP headers supported in Azure CDN, see [Front Door to backend](../frontdoor/front-door-http-headers-protocol.md#from-the-front-door-to-the-backend).
30+
For more information on HTTP headers supported in Azure CDN, see [Front Door to backend](../frontdoor/front-door-http-headers-protocol.md#from-the-front-door-to-the-backend).

0 commit comments

Comments
 (0)