I need to make a re-request after 4xx & 5xx errors. I read the doc and followed the example. And it works. But I don't understand some points.
Expected Behavior
I want more flexible control of intercepted requests.
Loop. If there is a request error again, there will be an interception and a new request. This is a loop. Am I understanding correctly? If not, how can this behavior be controlled?
Delay. How to call an intercepted request after a certain period of time?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Current Behavior
I need to make a re-request after 4xx & 5xx errors. I read the doc and followed the example. And it works. But I don't understand some points.
Expected Behavior
I want more flexible control of intercepted requests.
How to reproduce
Just run the app and use this tool.
Your Environment