Skip to content

Commit 6450c7a

Browse files
authored
Update service-tokens.mdx
Header name and value needs to be delimited by : instead of a =
1 parent 58a6ce2 commit 6450c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/service-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ curl -H "cookie: CF_Authorization=<CF_AUTHORIZATION_COOKIE>" https://app.example
4646
If you prefer to use a raw header, send the value as `cf-access-token`:
4747

4848
```sh
49-
curl -H "cf-access-token=<CF_AUTHORIZATION_COOKIE>" https://app.example.com
49+
curl -H "cf-access-token:<CF_AUTHORIZATION_COOKIE>" https://app.example.com
5050
```
5151

5252
All requests with this cookie will succeed until the JWT expires.

0 commit comments

Comments
 (0)