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



Redundant Elements