diff --git a/src/node.js b/src/node.js index 6e3f00e4..9bdbad34 100644 --- a/src/node.js +++ b/src/node.js @@ -27,7 +27,7 @@ var req = reqHandler.request({ hostname: oURL.hostname, port: oURL.port, - path: oURL.pathname, + path: oURL.path, method: 'GET' }, function(response){ var body = "";