Forum Discussion
malcolm1
Aug 22, 2017Nimbostratus
redirect an external https request to an internal website and append a URI
Hi All
I have a website that is to be accessed from external to my network. the request will hit my F5 in the DMZ and then be reversed proxied to an internal F5. This internal F5 will then load...
Jinshu
Cirrus
Can you keep your DMZ VIP settings and try below iRule in Internal F5 VIP?
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] equals "/")} {
HTTP::uri "/login"
}
}
-Jinshu
Mrwillbaclimon
Aug 02, 2022Altocumulus
What about something like this?
Redirect TLS 1.1/1.2 clients & Append the incoming... - DevCentral (f5.com)
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