Forum Discussion
Stacy_Lanier_53
Nimbostratus
Jul 28, 2008301 Redirect
I am trying to throw a URL redirect for a specific UserAgents in a file when a specific URL is entered by the user.
when HTTP_REQUEST {
if { ([matchclass [HTTP::header value User...
Nicolas_Menant
Employee
Jul 28, 2008My Mistake it misses a closing brace
when HTTP_REQUEST {
if { ([matchclass [string tolower [HTTP::header value User-Agent]] equals $::user_agents]) and ([string tolower[HTTP::uri]] equals "http://internalurl/www.craigslist.org")} {
log local0. "Match done"
HTTP::respond 301 Location "http://www.craigslist.org[HTTP::uri]"
}
}
Update: one bracket was incorrect in your code i missed it
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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