We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to do redirect in my network interceptor in order to some query params
as soon as CacheInterceptor is on the top of the interceptor list (index 3), and my interceptor is #6 so change of url breaks cache interceptor's keys
it always gets original url and puts modified key to the storage
The text was updated successfully, but these errors were encountered:
Change the URL in an app interceptor?
Sorry, something went wrong.
unfortunately I need it after retryAndFollowUpInterceptor or ability to control it. as far as I can see it is final
Is there anything to do here?
No branches or pull requests
I need to do redirect in my network interceptor in order to some query params
as soon as CacheInterceptor is on the top of the interceptor list (index 3), and my interceptor is #6
so change of url breaks cache interceptor's keys
it always gets original url and puts modified key to the storage
The text was updated successfully, but these errors were encountered: