Forum Discussion
kmtmt_51646
Nimbostratus
Oct 04, 2012Request URL matching by Data Group
Dear forum members,
It's my first time to play with Data Group. I created it from GUI like follows:
========
ltm data-group internal /Common/addresslist {
records { ...
What_Lies_Bene1
Cirrostratus
Oct 04, 2012Try this instead. I think 'equals' won't work because of the string name and value pairing;
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::host] contains addresslist]] } {
pool pool-1
return
}
}
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