Answers for "what is idempotent in http methods"

1

what is idempotent in http methods

An HTTP method is idempotent if an identical request can be made once
or several times in a row with the same effect while leaving the server
in the same state. In other words, an idempotent method should not have
any side-effects (except for keeping statistics).
Posted by: Guest on July-16-2020

Browse Popular Code Answers by Language