Hi,

I'm doing this:  limit_req_status 429;

The module HttpLimitReqModule delivers "nginx/1.4.3" (at least with version
1.4.3) as a message for the HTTP status code 429. That is too generic and
not useful at all. Why doesn't it deliver a "Too Many Requests" message
instead of that? It is absurd, useless.

Not only that, but the HTML response that comes with an HTTP 503 status (the
default status when they exceed the limits) is something descriptive, that
informs the HTTP status code and message. But with the HTTP status code 429
we get an empty HTML response!

Can this be solved?

Brian

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,244156,244156#msg-244156

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to