Forum Discussion
nash_65851
Nimbostratus
Apr 11, 2013GET Request using Host Header Value not IP Address
Hello Forum...
I am using a server pool to load balance some web servers for multiple applications. I have everything all set up and working in terms of accessing the web server, but I am hit wi...
Kevin_Stewart
Employee
Apr 12, 2013As Steve said, unless you change it in an iRule, the Host header will be what the client requests in their browser. If the client attempts to access with an IP, that'll be the Host header value. In any case, for the purposes of SharePoint Alternate Access Mapping, you can change the Host header in the HTTP_REQUEST event:
when HTTP_REQUEST {
HTTP::header replace Host "myspserver1.mydomain.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