Forum Discussion
cquick11_115408
Nimbostratus
May 17, 2013Irule Help with redirection
I created an irule to redirect from http:https and vice versa based on creteria from our development team; however some of the checkout pages aren't rendering correctly because they are staying in ht...
nitass
Employee
May 18, 2013List of mixed-mode URL patterns:
/services/*
*/qas_proxy*
List of secure URL patterns:
/checkout*
*/orderconfirmation*
/accountinformation*
/login*
/register*i do not think you need asterisk (*) in data group since you are using class match.
if { [class match [HTTP::uri] starts_with mixed_mode] } {shouldn't operator be contains?
} elseif { [class match [HTTP::path] equals file_extensions] } {is it ends_with?
} elseif { not [class match [HTTP::uri] starts_with secure_uris] } {is it also contains?
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