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