Multiple choice Which of the following ServerVariables returns the client's domain name as a string? Request.ServerVariables(SERVER_NAME) Request.Form(fieldname: string) Response.redirect(anothrURL: string) Request.ServerVariables(REMOTE_HOST) Response Object Reveal answer Fill a bubble to check yourself D Correct answer Explanation It returns the client's domain name as a string.