Page 1 of 1

Scenario: A NetScaler Engineer has configured a virtual server as follows: set lb vserver web_vserver -redirectURL http:

Posted: Wed Aug 03, 2022 9:21 am
by answerhappygod
Scenario: A NetScaler Engineer has configured a virtual server as follows: set lb vserver web_vserver -redirectURL http://www.external.hosting.com -backupVServer maint_vserverThe 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