Multiple choice technology programming languages

POST is an IDEMPOTENT method.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An idempotent method is one where multiple identical requests have the same effect as a single request. HTTP POST is not idempotent because repeating a POST request typically creates multiple resources.