Get meteor client IP

By Tech Writer 1 min read

use this package https://github.com/gadicc/meteor-headers Use this feature:

Since a common use for getting the headers to is to check the client's IP address (especially when using a proxy / loadbalancer), I threw in the most common pattern for this.

Usage: headers.getClientIP()

Related Articles