Hypertext Transfer Protocol (HTTP) Question:
Download Job Interview Questions and Answers PDF
What is the mean of GET?
Answer:
GET is the simplest type of HTTP request method; the one that browsers use each time you click a link or type a URL into the address bar. It instructs the server to transmit the data identified by the URL to the client. Data should never be modified on the server side as a result of a GET request. In this sense, a GET request is read-only, but of course, once the client receives the data, it is free to do any operation with it on its own side - for instance, format it for display.
Download HTTP Interview Questions And Answers
PDF
Previous Question | Next Question |
What are response codes in HTTP? | Describe the different roles of HTTP? |