iRule
Nov 23, 2023Cirrus
Whitelisting access to URLs based on specific IPs
Dear Community,
I have a requrirment to allow access to a specific URI path from few public IPs & all private IPs; remaining public IPs should not be able to access this specific URI path. All other URI paths should be abe to be accessed by any IP whether private or public.
Requirement Example:
"https://abc.com/good/evening/happy/life" should be able to be accessed by four public IPs only & private IPs.
and all other URIs paths than above should be accessable by all public IPs & private IPs.