node-http-proxy
node-http-proxy copied to clipboard
Removal of multiple slashes in url
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? :-)