Multiple choice

Which of the following ServerVariables returns the client's domain name as a string?

  1. Request.ServerVariables(SERVER_NAME)

  2. Request.Form(fieldname: string)

  3. Response.redirect(anothrURL: string)

  4. Request.ServerVariables(REMOTE_HOST)

  5. Response Object

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

It returns the client's domain name as a string.