Forum Discussion
AngryCat_52750
Nimbostratus
Nov 30, 2012URL re-write for Sharepoint
So we implemented the F5 through APM as a replacement to ISA last night.. and the new flow is as such.
User -> https://test.example.com/ -> firewall -> F5 (ssl decrypt and send on to pool) -> sh...
AngryCat_52750
Nimbostratus
Nov 30, 2012Nitass if this request is coming from the APM first, would i need to do this instead?
when ACCESS_ALLOWED {
Check if requested host doesn't start with test.example.com
if {not ([string tolower [HTTP::host]] starts_with "test.example.com")}{
Replace the host header value with test_abc.example.com
HTTP::header replace Host "test_abc.example.com"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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