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
hi,
target = protocol: 'http:', host: 'sometarget.io:80', port: '80', hostname: 'sometarget.io', hash: null, pathname: 'http://www.google.com', path: 'http://www.google.com', proxy.web(req, res, { target, toProxy: true, prependPath: true})
path: 'http://www.google.com' becomes path: 'http:/www.google.com/' in https://github.com/nodejitsu/node-http-proxy/blob/master/lib/http-proxy/common.js#L153 .
Peter
The text was updated successfully, but these errors were encountered:
fix of http-party#738
57bd76d
7a2012a
[test] add proper failing test case for #738
410a8ce
9c0b869
No branches or pull requests
hi,
path: 'http://www.google.com' becomes path: 'http:/www.google.com/' in https://github.com/nodejitsu/node-http-proxy/blob/master/lib/http-proxy/common.js#L153 .
Peter
The text was updated successfully, but these errors were encountered: