hapi-ratelimit icon indicating copy to clipboard operation
hapi-ratelimit copied to clipboard

Hapi rate limiting module

Results 6 hapi-ratelimit issues
Sort by recently updated
recently updated
newest added

After install this plugin, no data return: ![qq20160711-0 2x](https://cloud.githubusercontent.com/assets/1890238/16717389/166b48dc-4748-11e6-997c-0b74d146fa16.png) When out of range: app crash: ``` message: Uncaught error: Cannot read property 'error' of undefined stack: TypeError: Uncaught error: Cannot...

bug

Hi, it's possible automatically set [these headers](https://developer.github.com/v3/#rate-limiting) using this plugin?

enhancement
question

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...

bug

Hello, Is this plugin compatible with hapi 17 ? I can't see any reference. Regards

enhancement
question

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.

enhancement