I'm passing from express to restify and I wrote a module to check my authorization that used express-session and before it worked well.
Now, on restify, the request.headers.authorization return undefined so my question is: can I add some code to tell to restify to fill this field?
request.headers.authorization
. Do you know for sure that whatever client is calling your code actually supplies an authorization header? – Griskin