Forum Discussion
Use APM variable in redirect ending for VPE
Trying to clean up my VPE, would like to create a handful of macros and have minimal endings: allow, deny, redirect, etc.
Is it possible for me to use a variable on a Redirect ending in the redirect URL box? Does it take TCL at all? I was hoping to just use a redirect to https://{[mcget {session.server.network.name}]} or something. Maybe tack on a URI variable also.
Worst case scenario, I could use an iRule on ACCESS_ACL_DENIED if I'm not able to do this in VPE, correct? Any other events I should consider?
Also, are there any limits on Macro calls in a VPE? Nested Macro calls? Not trying to do any loops or anything.
Thank you.
- Stanislas_Piro2Cumulonimbus
Do you want to redirect to an uri on the same host?
If it’s on same hostname, create a variable assign with data
session.server.landinguri =
/redirect_uri
- Stanislas_Piro2Cumulonimbus
You can create a redirect with a variable containing url.
The url in redirect may be
%{session.custom.redirect}
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