node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

Removal of multiple slashes in url

Open luke- opened this issue 10 years ago • 10 comments
trafficstars

If an url contains multiple slashes like /test**//_test2 it will be automatically converted to /test/**_test2 before proxing.

Is this a bug or feature? If it's a feature, is it possible to disable this? :-)

luke- avatar Feb 15 '15 08:02 luke-