Skip to content

Commit 2760af7

Browse files
Update cache-keys.mdx (#19408)
added more description to host settings specific to UI vs API
1 parent de35103 commit 2760af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/how-to/cache-keys.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Additionally, you cannot include the following headers:
119119

120120
Host determines which host header to include in the Cache Key.
121121

122-
* If `resolved: false`, Cloudflare includes the `Host` header in the HTTP request sent to the origin.
123-
* If `resolved: true`, Cloudflare includes the `Host` header that was resolved to get the `origin IP` for the request. In this scenario, the `Host` header may be different from the header actually sent if the [Cloudflare Resolve Override](/rules/page-rules/how-to/override-url-or-ip-address/) feature is used.
122+
* If `Use original host` (`resolved: false` in the API), Cloudflare includes the `Host` header in the HTTP request sent to the origin.
123+
* If `Resolved host` (`resolved: true` in the API), Cloudflare includes the `Host` header that was resolved to get the `origin IP` for the request. In this scenario, the `Host` header may be different from the header actually sent if the [Cloudflare Resolve Override](/rules/page-rules/how-to/override-url-or-ip-address/) feature is used.
124124

125125
### Cookie
126126

0 commit comments

Comments
 (0)