when I use interceptors and I recieve 403 status error do it automatically make again a request with the new access token ? So it make two request ?
at first the normal request call but when the token expired I recieve 403 so then my interceptors listen to 403 condition and then make again a request call automatically ? Is that right ?
New contributor
mastermaster11 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.