{
  "name": "99 - Pass through to platform",
  "comment": "Last filter to pass requests through to unprotected platform endpoints, such as the XUI.",
  "baseURI": "https://&{tenantHostname}",
  "handler": {
    "type": "Chain",
    "config": {
      "filters": [
        {
          "type": "FapiPassThroughFilterChain",
          "config": {
            "forwardedHost": "&{tenantHostname}"
          }
        }
      ],
      "handler": "PlatformReverseProxyHandler"
    }
  }
}