Forum Discussion
Danielseyoum
Jul 26, 2007Altostratus
Case sensitivity challenge
I have application that is case sensitive and I have to make sure the case is formated in a way the application will respond.
incoming uri:
/about us --> should be --> /About Us
/...
Chris_Seymour_1
Jul 27, 2007Historic F5 Account
Daniel,
Perhaps a Stream related iRule or profile would do the trick.
when HTTP_REQUEST {
set uri [HTTP::uri]
}
when HTTP_REQUEST {
STREAM::enable
STREAM::expression {@about us@About Us@@corpcomm@CorpComm@@leading the path@Leading the Path@}
}
Long time no see. Hope things are well.
chris seymour
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