We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option --proxy-options.headers '{"foo": "bar"}' does not seem to be applied. Is this supposed to work or am I doing something wrong?
--proxy-options.headers '{"foo": "bar"}'
http-server -c-1 --proxy http://localhost:8070/ --proxy-options.headers '{"foo": "bar"}' --proxy-options.secure false
foo: bar header is present in the proxy target request
foo: bar
header is not present
The text was updated successfully, but these errors were encountered:
This issue has been inactive for 180 days
Sorry, something went wrong.
No branches or pull requests
Option
--proxy-options.headers '{"foo": "bar"}'
does not seem to be applied.Is this supposed to work or am I doing something wrong?
Environment Versions
Steps to reproduce
Expected result
foo: bar
header is present in the proxy target requestActual result
header is not present
The text was updated successfully, but these errors were encountered: