Hypertext Transfer Protocol (HTTP) Question: Download HTTP PDF

Explain Idempotent methods and web applications?

Tweet Share WhatsApp

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 PDF Read All 44 HTTP Questions
Previous QuestionNext Question
Explain Safe methods?What is Status codes?