Use the administrative console
Steps
-
In the PingAuthorize administrative console, go to Configuration > Connection Handlers.
-
In the Connection Handlers list, select the HTTP or HTTPS connection handler you want to edit.
-
To enable
Forwardedheaders, go to Use Forwarded Headers, and select the Enabled checkbox. -
Click Save.
-
To finalize your changes, use
dsconfigto restart the HTTP or HTTPS connection handler.Example:
dsconfig set-connection-handler-prop \ --handler-name "HTTPS Connection Handler" \ --set enabled:false dsconfig set-connection-handler-prop \ --handler-name "HTTPS Connection Handler" \ --set enabled:trueBecause disabling the connection handler stops the administrative console, you must complete this step in the command line instead of the administrative console.
-
To provide the
X-Forwarded-*information to your load balancer, consult your provider’s guide on configuring load balancer settings.