-
### What are you trying to achieve?
The server sometimes returns errors or throttles the requests, so I want to be able to retry requests.
### What have you tried so far?
**Update:**
I a…
-
### Describe the bug
If I added interceptor in order:
- a response `errorInterceptor0`
- a response `successInterceptor`
- a response `errorInterceptor1`
and `successInterceptor` throws an er…
-
1 exception(s):
Exception #0 (Exception): Warning: Undefined array key "maxclients" in /var/www/magento/vendor/element119/module-admin-redis-report/Model/RedisInfo.php on line 61
Exception #0 (Exc…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
Related: #5974
Currently, HC allows extending all types implementing an interface, but not the interface itself.
Adding…
-
Interceptors are defined as `List`. This structure works well if we have to apply global interceptors, however there are situations such as `authorization` where an interceptor should only be executed…
-
How can i override the behavior of the default interceptor to in order to send a session id instead of the bearer token?
-
`interceptors` expects the error to be from type `Error` in [`handleRequest`](https://github.com/mswjs/interceptors/blob/472bcbe4b6b7f0652da10eb647a3aaa898ad4f7c/src/utils/handleRequest.ts#L47), which…
-
### Describe the feature
Would anyone think it's helpful to add a new ofetch interceptor? https://github.com/unjs/ofetch#%EF%B8%8F-interceptors
I'm thinking about an `onOkResponse` interceptor.
…
-
In various places of the Vert.x codebase, we have abstract interfaces. For example:
```java
/**
* A {@link HttpProxy} interceptor.
*/
@VertxGen(concrete = false)
public interface ProxyInterc…
-
Note: #28505 to allow interception of the LINQ expression tree has been split off from this and implemented in EF7.
# Use cases
- Generating DB commands for operations not currently supported by E…