Forum Discussion
F5_LB_Eng
Oct 18, 2011Cirrostratus
redirect to 403 - Access Forbidden irule
Hi All,
i need urgent help on creating one irule .
the requirement is below
if the request is coming with the url prodabc.in.svcs.ad.com/console or /em
we need to r...
Brian_69413
Oct 18, 2011Nimbostratus
Something like this should work:
when HTTP_REQUEST {
if { ([HTTP::uri] starts_with "/console") or ([HTTP::uri] starts_with "/em")}{
HTTP::respond 403
}
}
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