Forum Discussion
Keegan_49855
Nimbostratus
17 years agoURL Rewrite to lowercase letters
DevCentral,
I'd like help writing a URI rewrite clause that will find any capitolized characters and rewrite them to lowercase befroe redirecting the users using an LTM iRule. Alternat...
hoolio
Cirrostratus
17 years agoI think IIS/.net is (or can be?) case sensitive for parameters, so it might be better to just rewrite the path to lowercase:
when HTTP_REQUEST {
Set the path to lowercase when sending the request to the pool
HTTP::path [string tolower [HTTP::path]]
}
Aaron
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