Forum Discussion
msmith_64485
Nimbostratus
Jan 25, 2010IP to FQDN
Looking for an irule that will replace the IP address of outgoing traffic with the FQDN. Issue is external server does not have a valid PTR record to allow resolution. Owner of this server does not ...
hoolio
Cirrostratus
Jan 29, 2010For some reason, the check of the Host header isn't matching and the host header isn't being replaced. However, I think replacing the host header on every request makes more sense for the scenario. Can you try testing this iRule:
when HTTP_REQUEST {
Replace the host header with www.example.com
HTTP::header replace Host "www.example.com"
}
Thanks,
Aaron
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