Govur University Logo
--> --> --> -->
...

When designing an API, which HTTP method must guarantee that calling it many times will have the same final effect as calling it once, without any unwanted changes?



The HTTP method that must guarantee calling it many times will have the same final effect as calling it once, without any unwanted changes, is PUT. This guarantee is known as idempotence. An operation is idempotent if executing it multiple times produces the same result as executing it once, m....

Log in to view the answer



Community Answers

Sign in to open profiles and full community answers.

No community answers yet. Be the first to submit one.

Redundant Elements