172k views
4 votes
When a browser connects to a web server to retrieve a document, what command is sent to the server?

User Bourneli
by
8.6k points

1 Answer

2 votes

Final answer:

When a browser connects to a web server, it sends an HTTP request using the GET command.

Step-by-step explanation:

When a browser connects to a web server to retrieve a document, it sends an HTTP request to the server. The most common command sent in an HTTP request is the GET command. The GET command is used to request a specific resource or document from the server.

User Ansiwen
by
8.0k points