Request Endpoint after received 401 Unauthorized response for token expired, using refresh_token cookie #2973
Unanswered
dhernandezgt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there is backend with response with 401 Unauthorized to a request which include a expired token. Variables in Bruno APIClient are
token
andrefres_token
(saved as cookie).The endpoint respose with:
it is desired:
401 Unauthorized
send POST request to refresh URL including cookie in headers.please your help with a example or script that can use as a guide.
Beta Was this translation helpful? Give feedback.
All reactions