Exam 1Y0-241 All QuestionsBrowse all questions from this exam
Question 26

A Citrix Administrator needs to match the host name 'www.example.com' in all HTTP requests.

Which expression, when used, meets this requirement?

    Correct Answer: A

    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.

Discussion
ImMaaxOption: A

Has request in the question, needs to contain .req

Examiner2022Option: A

needs to contain .req