Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Richard__Harlan's avatar
Richard__Harlan
Historic F5 Account
Jul 11, 2005

HTTP::uri regex

Haveing a little problem matching a uri in my rule. When a user comes in useing the the following url http://www.deere.com/deerecom/farmers+and+ranchers/publications we want them redirected to redirect to http://www.deere.com/en_US/compinfo/publications/john_deere_publishing/index.html

 

below is a snip of the rule that does the redirect for the above link. Any help would be great.

 

 

elseif { [HTTP::uri] matches_regex "^/deerecom/farmers+and+ranchers/publications"} {

 

redirect to "http://www.deere.com/en_US/compinfo/publications/john_deere_publishing/index.html"

7 Replies

No RepliesBe the first to reply