Forum Discussion
Andr__233__1213
Nimbostratus
Apr 23, 2013IBM Lotus Traveler - All requests coming in on /* should be presented to /servlet/traveler.
Hello,
I need to do a rewrite on IBM Lotus traveler application. (http/https)
All requests coming in on /* should be presented to /servlet/traveler.
Previously Microsoft ISA has...
Kevin_Stewart
Employee
Apr 23, 2013How about something like this:
when HTTP_REQUEST {
if { ( [string tolower [HTTP::host]] equals "mobile.company.com" ) and not ( [string tolower [HTTP::uri]] starts_with "/servlet/traveler" ) } {
HTTP::uri "/servlet/traveler[HTTP::uri]"
}
}
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