Configuring a Proxy in Front of the Bridge
This page describes how to configure a proxy in front of a Bridge installation. Configuring the proxy of the Bridge is described on Configuring the Proxy in the Integration (Bridge) User's Guide.
Bridge 7.9.0 As of Bridge 7.9.0, you can configure a proxy in front of the Bridge. Some HTTP headers need to be set in your proxy configuration for Bridge links to work.
You need to set
the forwarded protocol
the forwarded host
the proxy path prefix
You can provide these values either as custom headers or as a mixture of custom headers and RFC 7239 headers:
Custom HTTP Header | RFC 7239 Headers | Description | Allowed Values | Example | |
---|---|---|---|---|---|
|
| Set the protocol to be forwarded. | http | Forward HTTP request (default). |
|
https | Forward HTTPS request. | ||||
| Set the forwarded host (and port) requested by the client in the original request. | ||||
| Provide a proxy path prefix. | x-forwarded-prefix: /pas/bridge |