Forum Discussion
Different Logon Pages depending on REQUEST uri in Access Policy
First of all, I always find it useful to log debug logging to the /var/log/ltm file. For example I would put a line like this in each irule event:
log local0. "DEBUG: HTTP_REQUEST"
This helps to see if your irule is actually doing something.
Second, I think you don't need to trigger an iRule event from the access policy. You could use an 'Empty Action' and use the following condition:
expr { [HTTP::uri] contains "softtoken" }
Hello Neils,
I am trying to use the Empty Action with the condition as mentioned below
expr { [HTTP::host] equals"sp.example.com"} and 2 other urls , somehow that does not work.
Is that the correct experssion to match urls?
I have three urls pointing to same virtual server, hence creating a visual ediot to specify the urls to match to foward it to a specifc SMAL authtication.
Recent Discussions
Related Content
* 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