Multiple choice technology web technology

Server.Transfer support?

  1. Post

  2. Validate

  3. Get

  4. None

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Server.Transfer preserves the original request type, meaning it supports both GET and POST HTTP methods during the transfer process on the server side. It does not perform validation directly.