From 827c3834d9c46a1c8deb6565d31dee85d3c20b8e Mon Sep 17 00:00:00 2001 From: Tyler Rorabaugh Date: Thu, 2 Feb 2017 18:35:04 -0800 Subject: [PATCH] Categories was returning an HTML page Categories was returning an HTML page, because it wasn't a full path... --- node-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-scripts.js b/node-scripts.js index 28cab2a..45f54dc 100644 --- a/node-scripts.js +++ b/node-scripts.js @@ -50,7 +50,7 @@ request({ request({ method: 'GET', - url: 'https://investigate.api.opendns.com/domains/categories', + url: 'https://investigate.api.opendns.com/domains/categories/', headers: { 'Authorization': 'Bearer ' + token }