Forum Discussion
Gambler_168259
Nimbostratus
Feb 14, 2015iRule for incoming HTTPS based requests on F5 LTM?
I have a VS with https://10.50.180.14/mobilinkbioserver/.
For this VS with incoming HTTPS requests from the client i want to write an iRule for HTTPS so that if a complete URL contains the /mobi...
Michael_Jenkins
Cirrostratus
Feb 14, 2015I think your iRule looks good. As long as you're offloading the ssl at the VIP, your iRule should work.
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/mobilinkbioserver*" {
pool MobilinkBioServer
HTTP::uri [string range [HTTP::uri] [string first "/" [HTTP::uri] 1] end]
}
}
}
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