Skip to content

Commit cc214b7

Browse files
committed
fix broken links
1 parent a9ce06f commit cc214b7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/cdn/cdn-http-variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ms.date: 03/31/2025
1717

1818
HTTP variables provide the means through which you can retrieve HTTP request and response metadata. This metadata can then be used to dynamically alter a request or a response. The use of HTTP variables is restricted to the following rules engine features:
1919

20-
- [Cache-Key Rewrite](https://docs.vdms.com/cdn/Content/HRE/F/Cache-Key-Rewrite.htm)
21-
- [Modify Client Request Header](https://docs.vdms.com/cdn/Content/HRE/F/Modify-Client-Request-Header.htm)
22-
- [Modify Client Response Header](https://docs.vdms.com/cdn/Content/HRE/F/Modify-Client-Response-Header.htm)
23-
- [URL Redirect](https://docs.vdms.com/cdn/Content/HRE/F/URL-Redirect.htm)
24-
- [URL Rewrite](https://docs.vdms.com/cdn/Content/HRE/F/URL-Rewrite.htm)
20+
- Cache-Key Rewrite
21+
- Modify Client Request Header
22+
- Modify Client Response Header
23+
- URL Redirect
24+
- URL Rewrite
2525

2626
## Definitions
2727

articles/cdn/cdn-token-auth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ The following flowchart describes how Azure Content Delivery Network validates a
168168
3. Under **HTTP Large**, select **Rules Engine**. You use the rules engine to define paths to apply the feature, enable the token authentication feature, and enable extra token authentication-related capabilities. For more information, see [Rules engine reference](./cdn-verizon-premium-rules-engine-reference.md).
169169

170170
1. Select an existing rule or create a new rule to define the asset or path for which you want to apply token authentication.
171-
2. To enable token authentication on a rule, select **[Token Auth](https://docs.vdms.com/cdn/Content/HRE/F/Token-Auth.htm)** from the **Features** list, then select **Enabled**. Select **Update** if you're updating a rule or **Add** if you're creating a rule.
171+
2. To enable token authentication on a rule, select **Token Auth** from the **Features** list, then select **Enabled**. Select **Update** if you're updating a rule or **Add** if you're creating a rule.
172172

173173
4. In the rules engine, you can also enable more token authentication-related features. To enable any of the following features, select it from the **Features** list, then select **Enabled**.
174174

175-
- **[Token Auth Denial Code](https://docs.vdms.com/cdn/Content/HRE/F/Token-Auth-Denial-Code.htm):** Determines the type of response that is returned to a user when a request is denied. Rules set here override the response code set in the **Custom Denial Handling** section on the token-based authentication page.
175+
- **Token Auth Denial Code:** Determines the type of response that is returned to a user when a request is denied. Rules set here override the response code set in the **Custom Denial Handling** section on the token-based authentication page.
176176

177-
- **[Token Auth Ignore URL Case](https://docs.vdms.com/cdn/Content/HRE/F/Token-Auth-Ignore-URL-Case.htm):** Determines whether the URL used to validate the token is case-sensitive.
177+
- **Token Auth Ignore URL Case:** Determines whether the URL used to validate the token is case-sensitive.
178178

179-
- **[Token Auth Parameter](https://docs.vdms.com/cdn/Content/HRE/F/Token-Auth-Parameter.htm):** Renames the token auth query string parameter that appears in the requested URL.
179+
- **Token Auth Parameter:** Renames the token auth query string parameter that appears in the requested URL.
180180

181181
5. You can customize your token by accessing source code in [GitHub](https://github.com/VerizonDigital/ectoken).
182182
Available languages include:

0 commit comments

Comments
 (0)