S
S
sswwssww2021-07-20 19:21:43
Backend
sswwssww, 2021-07-20 19:21:43

How to handle random multiple requests from the frontend on the backend?

There is an application. A client on a mobile phone enters data on completed tasks for the day, sends a request to the server. The application adds an entry to the database and returns some kind of answer (% of work performed from the norm per day, for example).
One of the customers clicked on the submit form accidentally several times in a row.
In what ways can the back handle this situation? If the front can not touch.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-07-20
@sswwssww

If you can not touch the front, then as the only possible option - to throw an error on all subsequent requests, or to limit requests.
If you can touch the front, then there are different options:
https://habr.com/ru/company/yandex/blog/442762/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question