Hypertext Transfer Protocol (HTTP) Question:

What are the safe and unsafe methods of HTTP?

HTTP Interview Question
HTTP Interview Question

Answer:

safe methods are those that never modify resources. The only safe methods, from the four listed above, is GET. The others are unsafe, because they may result in a modification of the resources.


Previous QuestionNext Question
For what purposes POST is used?What is Idempotent methods in HTTP?