Exam 1Y0-231 All QuestionsBrowse all questions from this exam
Question 33

A Citrix Administrator needs to configure a Citrix Gateway virtual IP to allow incoming connections initiated exclusively from web browser sessions.

Which advanced policy will accomplish this?

    Correct Answer: C

    To allow incoming connections initiated exclusively from web browser sessions, the Citrix Administrator can use a policy that checks for the presence of a common value found in the User-Agent header of web browsers. HTTP.REQ.HEADER('User-Agent').CONTAINS('Mozilla') is a correct option because 'Mozilla' is a string that all modern browsers include in their User-Agent headers for compatibility reasons. This would effectively cover all web browsers, unlike the other options which either exclude certain browsers or target specific versions.

Discussion
4f6bb17Option: C

NotContains Cirix Receiver, means no CitrixReceiver but there is Android, iOS and so on. Specific Browser types doesn't mean ALL browsers. As a matter of fact, all browser send as user-agent Mozilla! Mozilla/5.0 is the general token that says that the browser is Mozilla-compatible. For historical reasons, almost every browser today sends it. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent

yromem

I might be wrong but eben of you are right the command http.req.header is wrong it should be req.http.header so cant be c and should be a?

sailorsoulOption: A

Confirm A https://help.duo.com/s/article/7524?language=en_US

Vik84Option: A

More likely to be "A", not fully compliant with citrix options provided here https://docs.citrix.com/en-us/citrix-gateway/current-release/storefront-integration/ng-clg-session-policies-overview-con.html