You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same issue when I am starting the CHP with jupyterhub using the below options
c.ConfigurableHTTPProxy.command = ['configurable-http-proxy', '--custom-header', 'X-test-header:test']
The process starts with these command line options and I can see it when I a grep on the process.
I want to send a custom header to backend servers. I think the only way is with "--custom-header" argument, but if It isn't correct please help me.
So, when I run CHP with "--custom-header" I don't watch this be running correctly.
For example:
I run CHP with this options:
Then the backend server should receive the header, but NO!
What is happening?
The text was updated successfully, but these errors were encountered: