Forum Discussion
Thomas_Cuthbert
Nimbostratus
Nov 23, 2015CRM - Cross Domain Functionality Through F5
 Hi, 
 Our topology looks like this 
  CRM_SERVER := internal.domain.com
   ^^
   F5 := external.domain.com
     \
      Azure plugin/SaaS service
      
  
 We are having issues where the external A...
MichaelatF5
Employee
Nov 30, 2015This is a fairly common issues and you have a couple options. You could change the headers on the fly with something like the following:
when HTTP_RESPONSE {
  if {
       [HTTP::is_redirect] &&
       [HTTP::header Location] == "partners.f5lab.com"
       } {
    HTTP::header replace Location [string map {"internal.crm.com" "external.crm.com"} [HTTP::header Location]]
  }
}
Or, you could ensure that you added an Access Mapping to SharePoint/CRM with the header its receiving on the default zone.
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