Scenario: A NetScaler Engineer has configured a virtual server as follows:
set lb vserver web_vserver -redirectURL http://www.external.hosting.com
-backupVServer maint_vserver
The virtual server web_vserver is marked as DOWN; maint_vserver is marked as UP. The following
request is sent to the web_vserver:
GET /path/query HTTP/1.1
What would happen to this request?

A.
Redirected to http://www.external.hosting.com
B.
Forwarded to the backup server, ignoring the query
C.
Forwarded to the backup server, preserving the query
D.
Redirected to http://www.external.hosting.com/path/query