From 993794a5ad7544775684190fdb855c6052dba7c1 Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Fri, 4 Apr 2025 07:50:11 +0200 Subject: [PATCH] [Fundamentals] Update cloudflare-ray-id.mdx PCX-15982 --- src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx b/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx index f5ab9ada5b9d12..ceff6ac430c040 100644 --- a/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx +++ b/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx @@ -7,6 +7,10 @@ A **Cloudflare Ray ID** is an identifier given to every request that goes throug Ray IDs are particularly useful when evaluating Security Events for patterns or false positives or more generally understanding your application traffic. +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. +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. + + :::caution Ray IDs are not guaranteed to be unique for every request. In some situations, different requests may have the same Ray ID. :::