Skip to content

Commit 6cdb080

Browse files
authored
[Fundamentals] Update cloudflare-ray-id.mdx (#21393)
PCX-15982
1 parent f65235a commit 6cdb080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A **Cloudflare Ray ID** is an identifier given to every request that goes throug
77

88
Ray IDs are particularly useful when evaluating Security Events for patterns or false positives or more generally understanding your application traffic.
99

10+
Ray IDs are added as a [request header, cf-ray](/fundamentals/reference/http-headers/#cf-ray), to the connection from Cloudflare to the origin web server.
11+
As such the Ray IDs can be found using the Developer Tools in your browser or using curl with the `-v` option to show the headers.
12+
13+
1014
:::caution
1115
Ray IDs are not guaranteed to be unique for every request. In some situations, different requests may have the same Ray ID.
1216
:::

0 commit comments

Comments
 (0)