Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ curl -H "cookie: CF_Authorization=<CF_AUTHORIZATION_COOKIE>" https://app.example
If you prefer to use a raw header, send the value as `cf-access-token`:

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

All requests with this cookie will succeed until the JWT expires.
Expand Down
Loading