Comment 5 for bug 522135

Revision history for this message
Amit Mendapara (cristatus) wrote :

Xavier,

If your proxy does not add the X-Forwarded-Host header, set the `tools.proxy.base` to the base url with http scheme and public domain name. For example:

tools.proxy.base = 'https://sub.domain.com'

However, with the method we tried (as documented), Apache server added `X-Forwarded-Host` header. You can also you `RequestHeader` option to set this header if you don't want to touch the web client config.