Praful
Mar 18, 2021Nimbostratus
iRule HTTPS(443) to HTTPS(8701)
I am having difficulty finding a iRule or creating that would auto route HTTPS(443) to HTTPS(8701).
I have set up HTTP(80) to HTTPS(8701) that was pretty straight forward using this
when HTTP_REQUEST {
HTTP::redirect https://[getfield [HTTP::host] ":" 1]:8701[HTTP::uri]
}
Any help will be greatly appreciated.