New:Socket for Asana Is Now Available.Learn more
Get Started

@fastify/forwarded

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/forwarded

Parse HTTP X-Forwarded-For header

latest
Source
npmnpm
Version
3.0.2
Version published
Weekly downloads
8.4M
-8.58%
Maintainers
5
Weekly downloads
 
Created
Source

@fastify/forwarded

CI NPM version neostandard javascript style

Parse HTTP X-Forwarded-For header.

Updated version of the great https://github.com/jshttp/forwarded. Implements https://github.com/jshttp/forwarded/pull/9.

Installation

$ npm i @fastify/forwarded

API

const forwarded = require('@fastify/forwarded')

forwarded(req)

const addresses = forwarded(req)

Parse the X-Forwarded-For header from the request. Returns an array of the addresses, including the socket address for the req, in reverse order (i.e. index 0 is the socket address and the last index is the furthest address, typically the end-user).

Testing

$ npm test

License

MIT

Keywords

x-forwarded-for

FAQs

Package last updated on 28 Jul 2026

Related posts