Skip to content

Commit bc23b75

Browse files
author
dksimpson
committedApr 12, 2018
Task 405: Edits
1 parent c56e696 commit bc23b75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎articles/cdn/cdn-http-headers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: HTTP headers | Microsoft Docs
3-
description: This article describes how HTTP headers work in a request and a response.
3+
description: This article describes how HTTP headers work.
44
services: cdn
55
documentationcenter: ''
66
author: dksimpson
@@ -13,7 +13,7 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 04/11/2018
16+
ms.date: 04/12/2018
1717
ms.author: rli
1818

1919
---
@@ -26,7 +26,7 @@ For **Azure CDN Premium from Verizon** products, when an HTTP request is sent to
2626

2727
To prevent one of these reserved headers from being added in the CDN POP request to the origin server, you must create a rule with the Proxy Special Headers feature in the rules engine. In this rule, add a list of all the headers except the one you wish to remove. If you've enabled the Debug Cache Response Headers feature, be sure to add the necessary `X-EC-Debug` headers.
2828

29-
For example, to remove the `Via` header, the headers field of the rule should contain the following headers: `X-Forwarded-For, X-Forwarded-Proto, X-Host, X-Midgress, X-Gateway-List, X-EC-Name, Host`.
29+
For example, to remove the `Via` header, the headers field of the rule should contain the following list of headers: *X-Forwarded-For, X-Forwarded-Proto, X-Host, X-Midgress, X-Gateway-List, X-EC-Name, Host*.
3030

3131
![Proxy Special Headers rule](./media/cdn-http-headers/cdn-proxy-special-header-rule.png)
3232

Loading

0 commit comments

Comments
 (0)