What does the term 'idempotent' mean when describing an HTTP method?
-
A
The request always returns the same response body
-
B
Making multiple identical requests has the same effect as one
-
C
The request cannot be cached
-
D
The request must include authentication