Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what message type is used by an http client to request data from a web …

Question

what message type is used by an http client to request data from a web server?
put
post
get
ack

Explanation:

Brief Explanations
  • PUT: Used to upload or replace a resource on the server.
  • POST: Used to submit data to be processed (e.g., form submissions).
  • GET: The standard method for requesting data from a web server.
  • ACK: Not an HTTP method; typically used in network protocols for acknowledgment.

Answer:

GET