9. Which method is used to sent form data as HTTP post?
Answers
Answered by
13
Answer:
The GET Method
- GET is used to request data from a specified resource.
- GET is one of the most common HTTP methods.
- POST is used to send data to a server to create/update a resource.
- POST is one of the most common HTTP methods.
- PUT is used to send data to a server to create/update a resource.
Similar questions