You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user requests funds from the faucet before their interval has expired, the API returns a 500 response.
This is not useful to the user - it would be more proper for the API to return a 429 response. The response should have the timestamp at which the user can once again use the faucet successfully in a header - x-game7-faucet-available-at or something like that.
The text was updated successfully, but these errors were encountered:
Currently, when a user requests funds from the faucet before their interval has expired, the API returns a 500 response.
This is not useful to the user - it would be more proper for the API to return a 429 response. The response should have the timestamp at which the user can once again use the faucet successfully in a header -
x-game7-faucet-available-at
or something like that.The text was updated successfully, but these errors were encountered: