Forum Discussion
iRule Help selecting pool and SNAT_pool for specific URI's
- Apr 20, 2016
Couple questions/comments:
1. Are you sure the correct SNAT pool is selecting? It looks like you're doing a tolower on the string, but then defining a mixed-case switch statement. Are any errors showing up in /var/log/ltm? 2. ProxyPass might be overkill for this, but it does cover all of your needs here... (do a DevCentral search for ProxyPass)
Couple questions/comments:
1. Are you sure the correct SNAT pool is selecting? It looks like you're doing a tolower on the string, but then defining a mixed-case switch statement. Are any errors showing up in /var/log/ltm? 2. ProxyPass might be overkill for this, but it does cover all of your needs here... (do a DevCentral search for ProxyPass)
- Chris_GrantApr 20, 2016EmployeeAJ is correct. The tolower means that your match will be: /trafficdirector/* to /TrafficDirector/* Which will fail to match.
- David_Oertli_18Apr 21, 2016NimbostratusThanks AJ and Chris! I updated the string to be /trafficdirector/* and am now matching both requests for /trafficdirector/whatever and /TrafficDirector/whatever. Thanks for taking a look!!
Recent Discussions
Related Content
* 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