You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
services: cdn
5
-
documentationcenter: ''
6
5
author: duongau
7
-
manager: danielgi
8
-
editor: ''
9
-
10
-
ms.assetid:
6
+
manager: kumudd
11
7
ms.service: azure-cdn
12
8
ms.workload: media
13
9
ms.tgt_pltfrm: na
14
10
ms.topic: article
15
-
ms.date: 07/31/2019
11
+
ms.date: 02/27/2023
16
12
ms.author: duau
17
13
18
14
---
19
15
# Debug HTTP header for Azure CDN from Microsoft
16
+
20
17
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.
21
18
22
19
### Response header format
@@ -25,9 +22,9 @@ Header | Description
25
22
-------|------------
26
23
X-Cache: TCP_HIT | This header is returned when the content is served from the CDN edge cache.
27
24
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.
30
27
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.
32
29
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