Forum Discussion
ch4f5_166880
Nimbostratus
Oct 22, 2014having /%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
http://en.wikipedia.org/wiki/Fragment_identifier
Hannes_Rapp
Nimbostratus
Oct 22, 2014Many 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"}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
