Forum Discussion
ch4f5_166880
Oct 22, 2014Nimbostratus
having /%23/path - /#/uri issue matching irule
Our developers have decided to user //uri for the match case, in the f5 it shows up as just / with no //uri. I've tried uri decoding, string map, no luck. Here's my latest attempt to catch the / at...
- Oct 22, 2014
i think client (browser) does not send URI-fragments to server (bigip).
Fragment identifier
Hannes_Rapp
Oct 22, 2014Nimbostratus
Many characters have special meaning in TCL. Try using curly braces instead of double quotes.
if { [HTTP::uri] starts_with {/} } {
switch [HTTP::uri] {
{//a} { HTTP::redirect "http://www.Aredirect.com"}
{//b} { HTTP::redirect "http://www.Bredirect.com"}
{//c} { HTTP::redirect "http://www.Credirect.com"}
}
}
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