Forum Discussion
Ken_Leclercq_50
Jun 19, 2013Nimbostratus
Block IE6
Let me start by saying this..... I am by no means an expert with my F5 LTM. I'm quite new to the administration of it.
Does anyone know of a way to detect users using IE6, and stop them from a...
Hi Ken,
You should be able to use the iRule below...
when HTTP_REQUEST {
if { [HTTP::header "User-Agent"] contains "MSIE 6"} {
log local0. "[IP::client_addr]:[TCP::client_port]: Using IE 6"
HTTP::redirect "http://www.example.com/newlocation.html"
}
}
Thanks,
Seth
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