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 Apr 16, 2023. It is now read-only.
Describe the solution you'd like
As a developer I want to be able to write my own interceptors which are executed before a request is handled. Either way it might be a good idea to rework the structure of the request handling mechanism.
Describe why you would like to see this implemented
That would enable developers to run their own custom code before handling requests and enable fr example custom filtering, blocking or manipulation of incoming requests. This of course would require a control mechanism for an interceptor to only intercept the requests of a specific controller it is allowed to.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
As a developer I want to be able to write my own interceptors which are executed before a request is handled. Either way it might be a good idea to rework the structure of the request handling mechanism.
Describe why you would like to see this implemented
That would enable developers to run their own custom code before handling requests and enable fr example custom filtering, blocking or manipulation of incoming requests. This of course would require a control mechanism for an interceptor to only intercept the requests of a specific controller it is allowed to.
The text was updated successfully, but these errors were encountered: