apply expresshandler (ip based rate-limiting) #1664
-
Hi im trying to implement ip based rate limiting on my mesh, but im not able to use the ExpressHandler. I have this in my .meshrc.yml file:
And my middleware.js file looks like this:
But when i hit the server with a request nothing is logged? Context: Any help would be greatly appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're right! This PR prioritizes custom handlers to run them even before GraphQL Handler; |
Beta Was this translation helpful? Give feedback.
You're right! This PR prioritizes custom handlers to run them even before GraphQL Handler;
#1665
You can test it with the alpha version there. Could you confirm it works so we can release?