Computer Science, asked by bipint8328, 1 year ago

Which method when used in the method field, leaves entity body empty?

Answers

Answered by Anonymous
6
Hey there ☺

______________________


Your correct answer is -: GET Method


The GET method when used in the method field, leaves entity body empty.

______________________


Hope it helps :)
Answered by arshaarunsl
0

Answer:

GET method

Explanation:

  • The GET method is a Hypertext Transfer Protocol (HTTP) request technique that is used to obtain information from a certain source.
  • It can also be used to extract a single variable from a collection of data. The HTTP POST method requests that the supplying browser send data to the server's message system.
  • The GET method is used to retrieve data from a server by specifying a URI. Requests made using the GET method should simply retrieve data and have no other impact on the data.

#SPJ2

Similar questions