On Dec 2, 10:06 am, Cristian Bullokles <cristian.bullok...@gmail.com>
wrote:
> 3. My node http client is sending lowercased headers in the request.
>
> I'm sending this headers:
>
> Authorization: Bearer <token>
>
> and the http.request client is sending:
>
> authorization: Bearer <token>

How are you verifying the case of the header name? If you're testing
with a node server and doing `console.dir(req.headers);` it will show
a lowercase key in the object. However, if you use tcpdump/Wireshark/
etc., you will see the node http client _does_ send the header name as
"Authorization."

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to