1Y0-231 Exam QuestionsBrowse all questions from this exam

1Y0-231 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?

Show Answer
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

3 comments
Sign in to comment
4f6bb17Option: C
Feb 8, 2024

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
Jun 26, 2024

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?

Vik84Option: A
Nov 20, 2022

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

sailorsoulOption: A
Nov 24, 2022

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