diff --git a/webapp.js b/webapp.js index 1d4d673..99d090a 100644 --- a/webapp.js +++ b/webapp.js @@ -33,6 +33,8 @@ app.get('/test', function (request, response) { function authorize(request, response, callback) { + console.log(response.headers); + var options = { url: 'http://localhost:3333/authorize', method: 'GET',