Forum Discussion
Gestione_Reti_W
Oct 23, 2018Nimbostratus
Redirect HTTP non standard port (9090) to HTTPS with iRule
Hello all.
I know there are a number of articles about that. But I was not able to find anything like that, sorry if I'm wrong.
I have a VS that listen on the HTTP port 9090 and it work as expec...
Andy_McGrath
Oct 23, 2018Cumulonimbus
Simply add the port into the redirect, like so
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host]:9090[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