Forum Discussion
bspendem
Nimbostratus
Sep 22, 2021iRule of HTTPs URL from one port to Another
Hello
I want to redirect URL:
https://mysite.com:8444/uri
to
https://mysite.com:444/uri
with iRule
- Yiğit_Uslu
Cirrus
Hi
when HTTP_REQUEST {
if {[URI::port [HTTP::uri]] == "8444"} {
HTTP::redirect https://mysite.com:444/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