425 Too Early
Explanation:
The 425 Too Early status code is used to inform the client that the server is unwilling to risk processing a request that might be replayed, and that the client should wait and try again later.
Usage:
This status code should be used to inform the client that the server is unwilling to risk processing a request that might be replayed, and that the client should wait and try again later.
Attentions:
- The server should include information about the replay risk in the response message if possible.
- The response should include a message body with information about the replay risk.
Sample:
undefined