Accessing inbound HTTP headers in meteor?

Posted by Alex K on Stack Overflow See other posts from Stack Overflow or by Alex K
Published on 2012-10-09T21:35:07Z Indexed on 2012/10/09 21:37 UTC
Read the original article Hit count: 208

Filed under:
|

I'm working on an application that relies on data that the browser sends within the HTTP headers (and there's no way around this). This also happens to be my first time working with something node.js based, so it's very likely I'm completely missing something simple!

Basically what I want to be able to do is call a method on the server from the client, and in that method read the HTTP headers that the client sent.

© Stack Overflow or respective owner

Related posts about http-headers

Related posts about meteor