node-proxy-middleware
node-proxy-middleware copied to clipboard
Handle absolute paths without domain
Not sure of the implications, but it was useful for me to handle redirects to absolute urls that have no domain by appending the headers.location to the req.originalUrl minus the req.url.
More details here: http://stackoverflow.com/questions/36534971/node-express-proxy-middleware-handle-redirect
@andrewrk any chance of getting this merged in? I am having to depend on my own branch which gets out of date. Is there anything I can do to make this PR more acceptable?