Forum Discussion
Victor_4983
Nimbostratus
Sep 15, 2015Removing Start Path of URI and direct to pool
Hi.
I am trying to remove part of the URI Path ($Path2), and pass the $Subpaths to a specific pool
http://example.com/$Path2/$Subpath1,$Subpath2 - (Remove $Path2 & pass $Subpaths through)
...
Victor_4983
Nimbostratus
Sep 15, 2015Hello Stanislas.
Thanks for your reply. I tried the following rule and it seemed to work. Not an iRULE expert so not sure which is the best option.
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/Path1" } { HTTP::uri [string map {"/Path1/" "/"} [HTTP::uri]] pool /Partition/Name_Port2 } else { pool /Partition/Name_Port2 } }
Cheers, Victor
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