Forum Discussion
mikey_webb
Cirrus
Jan 06, 2015LTM 11.4.1 rewrite profile
Previously was using Proxypass, however with firmware version 11.4.1 need to use rewrite profile which have now configured.
The rewrite profile successfully rewrites http://mysite.com/app1/ to ...
Michael_Jenkins
Cirrostratus
Jan 06, 2015a simple iRule like this may help. The string match command may help you out.
when HTTP_REQUEST {
if { not ([string match "*quality=*height=*type=*" [string tolower [HTTP::uri]]]) {
Reject the request
reject
}
}
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