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?
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?
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.
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
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?
Confirm A https://help.duo.com/s/article/7524?language=en_US
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