From 0f47f4594f7bbe1df891f4068c647a74e6d11855 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Fri, 29 Jun 2018 17:21:47 -0400 Subject: [PATCH] allow images to transmit with null encode --- auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.js b/auth.js index 312e30b..7004934 100644 --- a/auth.js +++ b/auth.js @@ -15,6 +15,7 @@ app.use("/", function(req, res){ var path = iipbase + "/" + req.originalUrl.split("/").splice(1).join("/") options = { uri: path, + encoding: null, method: req.method, resolveWithFullResponse: true }