Forum Discussion
brepav123_22459
Cirrus
May 25, 2016Using "=" symbol in iRule URL Path
Hey everyone,
I've got an iRule where i send traffic to a specific pool based on the URL path they send in. It works well for most URL paths but i've received a request to add a new pool from a ...
Vijay_E
Cirrus
May 25, 2016HTTP::uri - everything from "/" after the domain name to the end.
HTTP::path - everything from "/" after the domain name to the character before the "?"
HTTP::query - everything after the "?"
Roughly: [HTTP::uri] == [HTTP::path] + ? + [HTTP::query]
Example: http://www.example.com:8080/main/index.jsp?user=test&login=check
URI: /main/index.jsp?user=test&login=check PATH: /main/index.jsp Query: user=test&login=check
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