diff --git a/src/content/docs/cloudflare-one/identity/service-tokens.mdx b/src/content/docs/cloudflare-one/identity/service-tokens.mdx index c7e288a0b7b7b6..6eae9884229482 100644 --- a/src/content/docs/cloudflare-one/identity/service-tokens.mdx +++ b/src/content/docs/cloudflare-one/identity/service-tokens.mdx @@ -46,7 +46,7 @@ curl -H "cookie: CF_Authorization=" https://app.example If you prefer to use a raw header, send the value as `cf-access-token`: ```sh -curl -H "cf-access-token=" https://app.example.com +curl -H "cf-access-token: " https://app.example.com ``` All requests with this cookie will succeed until the JWT expires.