You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes Sir I watched it and thanks for uploading very good content. We are using httponly cookie to prevent xss. But My problem is that How can I send this httpOnly cookie through Post Request as Post Request needs Body otherwise it gives 400 error.
Here withCredentials is sending cookies i.e refresh-token but In my backend I am sending refresh token through requests body using post request.
Yes Sir I watched it and thanks for uploading very good content. We are using httponly cookie to prevent xss. But My problem is that How can I send this httpOnly cookie through Post Request as Post Request needs Body otherwise it gives 400 error.
Here
withCredentials
is sending cookies i.e refresh-token but In my backend I am sending refresh token through requests body using post request.Backend Request:
I Tried:
And it is giving 400 error as expected.
How can I send refresh token to this post request?
Originally posted by @Traitor00 in #1 (comment)
The text was updated successfully, but these errors were encountered: