Hypertext Transfer Protocol (HTTP) Question:
Download Questions PDF

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.

Download HTTP Interview Questions And Answers PDF

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