diff --git a/docs/site/Interceptor.md b/docs/site/Interceptor.md index 3cfcbaa1c6c2..f51452ce8b07 100644 --- a/docs/site/Interceptor.md +++ b/docs/site/Interceptor.md @@ -360,6 +360,8 @@ The registration can be further simplified as: app.interceptor(MetricsInterceptorProvider, {global: true, group: 'metrics'}); ``` +{% include tip.html content="If you need to intercept all requests, including these destinated to a LB3-mounted app, you can use a [LoopBack Middleware](./Middleware.md#loopback-style-middleware)." %} + ### Order of invocation for interceptors Multiple `@intercept` decorators can be applied to a class or a method. The