What is the best HTTP response code for the server to send if it wants the client to wait for a little bit of time and then try the request again?
Right now, I'm using:
409 Conflict
But this doesn't feel quite right...
What is the best HTTP response code for the server to send if it wants the client to wait for a little bit of time and then try the request again?
Right now, I'm using:
409 Conflict
But this doesn't feel quite right...