Forum Discussion
snormoyle_36342
Nimbostratus
Dec 27, 2018iRule for URI
I was handed an F5 to administator. With no experience, but a few months and the 4 day ASM class.
the F5 is setup for WAF. When a user access the website the user is prompted for a certificate...
Rico
Cirrus
Dec 27, 2018It seems like what you are asking for is a URI rewrite though its a bit hard to tell with the vague details provided. If you want to have a certain URI direct users to a page where they can select a certificate, then get redirected to the main webpage, I think this iRule will help.
when HTTP_REQUEST
{
if {[HTTP::uri] eq "/specific/uri/of/page"}
{
[HTTP::uri] "/certificate/selection/page"
}
}
If you explain further, I am certain I can help more.
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