Hey, when I send a post request it shows not authorized even with a rerfresh token. But when I call ...
k
Hey, when I send a post request it shows not authorized even with a rerfresh token. But when I call a get request with the same tokens it works succesfully. Supertokens managed service
r
hey @kumar_ayush have you added the
rid
header to the request?
k
Can you give me a pseucode example?
r
in the api request, just add the header "rid: anti-csrf" and try again
k
Worked. Thanks
r
nice