learn hapi — Render a “Rate Limit Exceeded” View (Part 4 of 7)
Your rate limiter has a solid feature set: rate limit requests by IP address or a user identifier, allow dynamic rate limits and use a route-specific rate limit configuration. A missing feature is the support for web views. Up to this point, the rate limiter responds an error in JSON …
Continue Reading