Forum Discussion
Pedro_Madeira_7
Sep 08, 2008Nimbostratus
youtube.com problem (also with videos.google.com)
Hello everyone,
I'm bit new to F5 technologies and I'm now facing a strange problem that I can't seem to solve so I'm turning to you vets to give me a hand.
I have a cust...
Pedro_Madeira_7
Sep 10, 2008Nimbostratus
I've been giving it some thought and I think the answer is simpler than I was thinking, instead of reading the http 303 response, I can read the final client request to google's video caching server and I look for the string in the http URI and make a persistence based on my findings of the IP used in the request.
iRule looks like this:
Second attempt to persist on http 303
when HTTP_REQUEST {
if { [findstr [HTTP::uri]] contains "85.88.135.19} {
pool link_colt
} elseif { [findstr [HTTP::uri]] contains "213.58.138.182"} {
pool link_oni
}
}
Will post my findings after I test this on production system.
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