Forum Discussion
er_sandy_27437
Jul 29, 2015Nimbostratus
SHAREPOINT Crawler Traffic Segragation
Hi Team,
i am working on a the share point 2013 deployment with F5 LTM.
I am facing the issue with the Segregation of Crawler Traffic on the basis of User Agent.
Current irule setup is...
Kevin_Stewart
Jul 29, 2015Employee
Your code looks correct. What indication are you getting that it's not working? Try adding some logging:
when HTTP_REQUEST {
set uagent [string tolower [HTTP::header User-Agent]]
log local0. "incoming uagent = $uagent"
if { $uagent contains "ms search"} {
log local0. "found a robot"
pool pool_crawler
} else {
log local0. "not a robot"
pool pool-NonCrwaler
}
}
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