We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6371231 commit f2093b5Copy full SHA for f2093b5
lib/http-proxy/common.js
@@ -88,7 +88,7 @@ common.setupOutgoing = function(outgoing, options, req, forward) {
88
// path is. This can be labeled as FOOT-GUN material if you do not know what
89
// you are doing and are using conflicting options.
90
//
91
- outgoingPath = !options.ignorePath ? outgoingPath : '/';
+ outgoingPath = !options.ignorePath ? outgoingPath : '';
92
93
outgoing.path = common.urlJoin(targetPath, outgoingPath);
94
0 commit comments