In an HTTPS transaction, how are URLs and query strings passed from the browser to the web server?
They are encrypted
Correct:
They are encrypted
When an HTTPS transaction takes place, the browser and the server immediately negotiate an encryption mechanism so that any subsequent data is not passed in clear text-including the URL and query string, which are otherwise passed the same way as with a traditional HTTP transaction. Answer B is, therefore, correct