Hypertext Transfer Protocol (HTTP) Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
Explain Safe methods? | What is Status codes? |