A Citrix Administrator needs to match the host name 'www.example.com' in all HTTP requests.
Which expression, when used, meets this requirement?
A Citrix Administrator needs to match the host name 'www.example.com' in all HTTP requests.
Which expression, when used, meets this requirement?
To match the host name 'www.example.com' in all HTTP requests, the correct expression would be HTTP.REQ.HOSTNAME.EQ('www.example.com'). This expression explicitly states that the HTTP request's hostname must be equal to 'www.example.com'. HTTP.RES is used for responses, not requests, thus options B and D are incorrect. Option C does not use the .EQ method and does not accurately specify the exact match for the given hostname.
Has request in the question, needs to contain .req
needs to contain .req