We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7e6c commit 66d3125Copy full SHA for 66d3125
haproxy_ex_apps.cfg.template
@@ -19,6 +19,9 @@ frontend ex_apps
19
20
http-request auth realm AppAPI unless valid_credentials
21
22
+ # Replace the Authorization header if there is X-Original-Authorization header of the original request
23
+ http-request set-header Authorization %[req.hdr(X-Original-Authorization)] if { req.hdr(X-Original-Authorization) -m found }
24
+
25
# We allow anything for ExApps
26
http-request allow
27
use_backend bk_ex_apps
0 commit comments