Pass csrf token to request #1594
Replies: 1 comment 2 replies
-
|
Extract the csrf token from that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to send a request to an api protected by cloudflare and as part of the request params, I am required to send the csrf token
So I'm asking how I'd to do that (I am using nodejs btw but that shouldn't matter)
Beta Was this translation helpful? Give feedback.
All reactions