Forum Discussion
saddiq_bilal
Altocumulus
Mar 18, 2025Application only need to access from 2 uris
Hei, We have some issues going and need to restrict the access only to 3 uri from any ips. I tried it via host irules, but its not working. Anyone please help in the same? Thanks Bilal
- Mar 24, 2025
Hello saddiq_bilal
Try this -
when HTTP_REQUEST {
if { ([HTTP::uri] == "/uri1") } {
# Do nothing, meaning permit request
} elseif { ([HTTP::uri] == "uri2") } {
# Do nothing, meaning permit request
} elseif { ([HTTP::uri] == "any other uris") } {
# Do nothing, meaning permit request
} else {
# If the uri does not contain any of the previously matching values then reject the request
reject
}
}
zamroni777
MVP
Mar 23, 2025use local traffic policy rather than irules for better performance and to prevent typo
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
