Actions
Feature #7465
openHTTP status code: 429 Too Many Requests (RFC 6585)
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/20/2020
Due date:
% Done:
0%
Estimated time:
Description
Is there a mechanism, or can a mechanism be provided in the API, during construction or during initialize() where an HTTP status code can be indicated?
I have some code in CreateApplication for .addEntryPoint which does some basic rate limit computation.
What is the best way to reflect this back to the client?
Updated by Ray . over 4 years ago
For the time being, I think I will perform a redirect to a WResource. This knows how to set the response code.
Actions