Scenario: A NetScaler Engineer retrieves the following configuration from support and enters it into
the command-line interface:
add rewrite action remove_server_header delete_http_header Server
add rewrite policy RP_remove_srv_header “HTTP.REQ.IS_VALID
&& !CLIENT.IP.SRC.IN_SUBNET(172.16.0.0/16)” remove_server_header
bind lb vserver lb_vsrv -policyName RP_remove_srv_header -priority 100 –
gotoPriorityExpression END -type REQUEST
The immediate effect of this configuration is that it will ____ the server header in the ____ if the
request is coming from a network other than 172.16.0.0/16. (Choose the correct set of options to
complete the sentence.)

A.
keep; request
B.
keep; response
C.
remove; request
D.
remove; response