nerdexam
Citrix

1Y0-231 · Question #143

Scenario: A Citrix Administrator configured a load-balancing vServer. The URL for this vServer is vpn.citrix.com. The backend server has the host name configured as server1.citrix.com. The…

The correct answer is B. set transform action "host change" -priority 10 -reqUrlFrom "https://vpn.citrix.com/*" -reqUrlInto. Option B is correct because the reqUrlFrom parameter must match the client-facing URL (vpn.citrix.com) - the hostname clients actually send in their requests - and transform it into the backend server's hostname (server1.citrix.com) via reqUrlInto; this is the correct direction…

Load Balancing

Question

Scenario: A Citrix Administrator configured a load-balancing vServer. The URL for this vServer is vpn.citrix.com. The backend server has the host name configured as server1.citrix.com. The administrator needs to implement the policy to change the host name from vpn.citrix.com to server1.citrix.com, and vice versa. Which does the administrator need to configure to meet this requirement?

Options

How the community answered

(55 responses)
  • A
    5% (3)
  • B
    75% (41)
  • C
    4% (2)
  • D
    16% (9)

Explanation

Option B is correct because the reqUrlFrom parameter must match the client-facing URL (vpn.citrix.com) - the hostname clients actually send in their requests - and transform it into the backend server's hostname (server1.citrix.com) via reqUrlInto; this is the correct direction for request-side URL rewriting.

Options A and C are wrong because they set reqUrlFrom to server1.citrix.com, which is backwards: client requests arrive addressed to vpn.citrix.com, not the backend hostname, so that pattern would never match incoming traffic.

Option D appears structurally similar to B but differs in the reqUrlInto value or the response-side parameters - without both the request transformation (vpn → server1) and the response transformation (server1 → vpn) configured correctly, the bidirectional requirement isn't met.

Memory tip: Think of it from the client's perspective first - the client sends vpn.citrix.com, so reqUrlFrom = vpn.citrix.com (what comes from the request). The transform rewrites it into the backend name. "From the outside in" = request direction.

Topics

#URL rewriting#Hostname transformation#Transform actions#vServer configuration

Community Discussion

No community discussion yet for this question.

Full 1Y0-231 Practice