Forum Discussion
njseq
Altostratus
Nov 07, 2019VPE customization multiple branches
Hello, I'm using VPE to create a workflow with several conditions, and I cannot have 2 exit branches for the same item. Like this image. So from a Browser Check item I have Successful and Fallba...
- Nov 08, 2019
Hi
You can add your Browser Check and Message Box into a Macro. Then, as long as they finish pointed at the same Ending then you can continue onto to your cert check. Something like...
The_Bhattman
Nimbostratus
Aug 05, 2009I believe if they are declared at the highest priority they can be used at the lower priority ones. However, they must adhere to the contruction and interaction as they remain usable as long as the connection remains present. If the events are triggered across different connections then a global variable should be used.
- Faruk_AYDINSep 17, 2019
Altostratus
use his iRule :
when HTTP_REQUEST { if { ([string tolower [HTTP::host]] eq "test.abc.com") && ([string tolower [HTTP::uri]] eq "/psp/ps/?tab=abdc_guest") } { HTTP::redirect "https://prod.abc.com/psp/ps/?cmd=login" } }
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