Forum Discussion
Sonador_28_1978
Altostratus
Jun 20, 2024Problem FQDN. Certificates and URL.
Hello, We have configured a virtual server with a redirection by local traffic policy to pool configured wit a FQDN. The FQDN, of course, translate the FQDN as an IP. Which is the normal behavio...
Jun 20, 2024
Hi Christian,
You have two options:
*Force the application to redirect the request when a user type the public IP
*Create an irule to change the IP by the URL as the post you have mentioned
when HTTP_REQUEST {
if { [HTTP::host] equals "10.18.10.104" } {
HTTP::header replace "Host" "smartfqdn.sevenxxi.net" }
}
hope it works.
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