How does a server know where to retrieve the requested information when it receives a GET request method? (Choose the best answer.)
The server examines the certificate of the requesting IP address
The URL is in the GET request
The server retrieves it from the server cache
The server must return a response message requesting the URL
Submit