Hypertext Transfer Protocol (HTTP) Question:
Download Questions PDF

Explain Idempotent methods and web applications?

Answer:

Methods PUT and DELETE are defined to be idempotent, meaning that multiple identical requests should have the same effect as a single request. Methods GET, HEAD, OPTIONS and TRACE, being prescribed as safe, should also be idempotent, as HTTP is a stateless protocol.

Download HTTP Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Safe methods?What is Status codes?