3/26/2017 · client.ip.src.typecast_text_t.equals_any (“data_iplist_allow”) C: source IP is in Subnet white List For Subnets, same trick, convert to text and then use a subnet data set:, CLIENT.IP.SRC.TYPECAST_TEXT_T.EQUALS_ANY (“ds_ipwhitelist”) So using both the paths list patternset (as the paths to protect) and block for any IP NOT in whitelist, your responder expression could be: http.req.url.path.set_text_mode(ignorecase).startswith_ any (“ps_pathlist”) && ! CLIENT.IP.SRC.TYPECAST_TEXT_T.EQUALS_ANY (“ds_ipwhitelist”) From CLI …
Allowlisting or blocklisting IP addresses¶. Allowlisting IP addresses allows you to create a list of trusted IP addresses or IP address ranges from which users can access your domains. It is a security feature that is often used to limit and control access only to trusted users.
Any client request to IP addresses defined in the redirectIP dataset, that is, 1.1.1.1 or 2.2.2.2 respectively, the request is redirected to www.citrix.com. Any incoming URL with strings provided in the modifyurls stringmap is modified to the value provided in the stringmap.
add policy expression sampleexpression client.ip.src.typecast_text_t.equals_any (sampledataset) ????? show policy dataset ?????????????. ??? AppExpert > ??????????????????