Multiple choice

Which of the following server variables return the domain name of the server as a string?

  1. Request.ServerVariables(REMOTE_HOST)

  2. Request.ServerVariables(SERVER_NAME)

  3. Request.ServerVariables(REMOTE_ADDR)

  4. Request. ServerVariables(HTTP_User-Agent)

  5. now

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It returns the domain name of the server as a string.