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
In app.js, specifying a route with no port number like this:
"/^\\/blog/": { "host": "root.webservice.lh" },
results in requests being proxied like this:
Proxying request for localhost:5400/blog/post1?shunter=1455219839081 to http://root.muncher-webservice.lh:80/blog/post1?shunter=1455219839081
If I don't specify a port, I'd expect one not to be sent (:80 is already implied in the absence of a port being explicitly provided).
Is this a bug, or is there an undocumented configuration setting I'm missing somewhere?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In app.js, specifying a route with no port number like this:
results in requests being proxied like this:
If I don't specify a port, I'd expect one not to be sent (:80 is already implied in the absence of a port being explicitly provided).
Is this a bug, or is there an undocumented configuration setting I'm missing somewhere?
The text was updated successfully, but these errors were encountered: