Multiple choice

Which of the following ServerVariables returns the client's IP address as a string?

  1. Request.SeverVariables(SERVER_NAME)

  2. Request.ServerVariable(REMOTE_ADDR)

  3. Request.Form(fieldname: string)

  4. Form object

  5. Response object

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

It returns the client's IP address as a string.