Computer Science, asked by santoshpandey96391, 2 months ago


9. Which method is used to sent form data as HTTP post?

Answers

Answered by kanishky10
13

Answer:

The GET Method

  1. GET is used to request data from a specified resource.
  2. GET is one of the most common HTTP methods.
  3. POST is used to send data to a server to create/update a resource.
  4. POST is one of the most common HTTP methods.
  5. PUT is used to send data to a server to create/update a resource.
Similar questions