Skip to content

Commit cb19995

Browse files
i2sharpedrosousa
andauthored
[ZT] Update service-tokens.mdx (#18376)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 28d5fd1 commit cb19995

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)