Explain Idempotent methods and web applications?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Hypertext Transfer Protocol (HTTP) Job Interview Questions And Answers