meteor-headers icon indicating copy to clipboard operation
meteor-headers copied to clipboard

Access HTTP headers on both server and client. Client IP with proxy support.

Results 6 meteor-headers issues
Sort by recently updated
recently updated
newest added

on android cordova the following error is shown Uncaught SyntaxError: Unexpected token < this is probably because on android the app is always on localhost. hopefully using Meteor.absoluteUrl will fix...

Hi, It seems ``` var clientIP = headers.methodGet(this, 'x-forwarded-for'); ``` returns ``` undefined ``` value on RedHat OpenShift hosts for some reason while on other hosts (or on my dev...

Originally reported by @almogdesign in https://github.com/gadicc/meteor-messageformat/issues/91: > If my app is in offline mode, not internet connection and it loads everything from app cache and groundDB I'm getting the following...

The package won't work with server side routes because `checkSelf` relies on `self.connection` which is `undefined` for server only routes. In this case headers could be read from `this.request.headers` and...

I'd like to access header information inside of collection hooks (which are called from publication functions). Is this possible? Here's what I've tried so far, but it doesn't seem to...

When I modify my server code only Meteor does not force a client to refresh, however there will be no headers available in list after the reset and no headers...