We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6450c7a commit 1e2923bCopy full SHA for 1e2923b
src/content/docs/cloudflare-one/identity/service-tokens.mdx
@@ -46,7 +46,7 @@ curl -H "cookie: CF_Authorization=<CF_AUTHORIZATION_COOKIE>" https://app.example
46
If you prefer to use a raw header, send the value as `cf-access-token`:
47
48
```sh
49
-curl -H "cf-access-token:<CF_AUTHORIZATION_COOKIE>" https://app.example.com
+curl -H "cf-access-token: <CF_AUTHORIZATION_COOKIE>" https://app.example.com
50
```
51
52
All requests with this cookie will succeed until the JWT expires.
0 commit comments