QUESTION IMAGE
Question
what message type is used by an http client to request data from a web server?
put
post
get
ack
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
GET