Forum Discussion
Qasim
Cirrostratus
Aug 28, 2019URL PATH based routing
Hi, wondering if someone can help me here with a basic IRule that routes traffic to a particular pool based on matching a FQDN and URL path? The reason for this is that the same FQDN is used ...
remotely we will execute the ansible script ...and token is created from other script and kept as ansible vars ...just want to place that token variable in this yaml
url will contain f5 rest api
- Ed_SummersJun 14, 2017
Nimbostratus
Setting a variable in Tcl is done as:
set
HTTP::path will include the URI's path and filename.
HTTP::uri includes the path, filename, and any query string.
If you just need the path and filename, an example would be:
set myVariable [HTTP::path]
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