Gajji
Feb 13, 2020Cirrostratus
https to https irule for redirection
Is it possible to create an Irule which can re-direct as below
https://url to https://url/url
When creating an irule on LB i have seen below default rule.. but not for https_request something
so for my case if I need https to https what should i use......
https://url will redirect when user open it with http.... but in this case if user open http://url it will only redirect to https://url not https://url/url or will it be?
when HTTP_REQUEST {
if { [HTTP::uri] contains "secure"} {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
}