Forum Discussion
larry_p_134874
Nimbostratus
Mar 27, 2014Proxypass irule: match null URI separately from non-null URI
I want:
"/" { "/location/program.jsp?1=2&a=b&x=y&foo=bar" }
"/anythingelse" { "/anythingelse" }
but can't seem to match a null URI & query string - any ideas?
What I'm doing now is using RE's to match strings:
"/a" { "=/(.*)=/${1}=" }
"/b" { "=/(.*)=/${1}=" }
"/" { "/location/program.jsp?etc=" }
but obviously this won't scale well.
Thanks.
No RepliesBe the first to reply
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