hapi-ratelimit
hapi-ratelimit copied to clipboard
Hapi rate limiting module
Bug:
After install this plugin, no data return:  When out of range: app crash: ``` message: Uncaught error: Cannot read property 'error' of undefined stack: TypeError: Uncaught error: Cannot...
Hi, it's possible automatically set [these headers](https://developer.github.com/v3/#rate-limiting) using this plugin?
When having a reverse proxy-based setup `request.info.remoteAddress` should not be used as it always holds the proxy's IP and not the real client IP. This means that the request rate...
hapi17 ?
Hello, Is this plugin compatible with hapi 17 ? I can't see any reference. Regards
The npm version doesn't work on newer versions of Hapi, primarily because of needing to do `reply.continue();` on the Hapi reply object now.