Forum Discussion
Dormelchen_1077
Nimbostratus
Apr 30, 2010is it possible to get a valid response ?
hello,
i have a problem.
Part of the rule:
when CLIENT_ACCEPTED
{ persist none }
when HTTP_REQUEST {
set lowerURI [string tolower [HTTP::uri]]
log loc...
Michael_Yates
Nimbostratus
Apr 30, 2010OK. I got it this one working on the HTTP_REQUEST with this:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/b2b" } {
HTTP::uri [string map {"/b2b" ""} [HTTP::uri]]
}
}
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