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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
I need an interceptor that attaches headers to every HTTP request, similar to an Angular interceptor. Suppose bulk API calls are triggering, and some tokens expire during failure, then I will try to get the refresh token, but how can I retry the failed requests?
How can I get interceptor similar to angular interceptor. Please suggest
The text was updated successfully, but these errors were encountered:
Same here, we are also facing this issue. We need interceptor support with capacitor http. If native interceptor is not available please let me know a way to implement custom interceptor with capacitor.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Team,
I need an interceptor that attaches headers to every HTTP request, similar to an Angular interceptor. Suppose bulk API calls are triggering, and some tokens expire during failure, then I will try to get the refresh token, but how can I retry the failed requests?
How can I get interceptor similar to angular interceptor. Please suggest
The text was updated successfully, but these errors were encountered: