Forwarded

Parse HTTP X-Forwarded-For header
Alternatives To Forwarded
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Watchman236156 days ago95December 13, 202247apache-2.0Go
AML/CTF/KYC/OFAC Search of global watchlist and sanctions
Httpunit152
3 years agoJanuary 04, 20226mitGo
httpUnit tests compliance of web and net servers with desired output.
Phpcent132762 months ago14September 06, 20211mitPHP
PHP library to communicate with Centrifugo HTTP API
Realip129311255 years agoJuly 15, 20219mitGo
a golang library that can get client's real public ip address from http request headers
Elasticsearch Transport Websocket114
3 years ago4Java
WebSockets for ElasticSearch
Chrome Spdy Indicator104
4 years ago12JavaScript
Chrome Extension to see an indicator of SPDY support in the address bar.
Proxy Addr95496,2063042 years ago27June 01, 20212mitJavaScript
Determine address of proxied request
Forwarded44539,472124a year ago5May 31, 20211mitJavaScript
Parse HTTP X-Forwarded-For header
Ipfs Textbook43
5 years agomit
[unmaintained] Helping me understand what IPFS is and how it works
Sslcloud39
2 years ago2JavaScript
Alternatives To Forwarded
Select To Compare


Alternative Project Comparisons
Readme

forwarded

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Parse HTTP X-Forwarded-For header

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install forwarded

API

var forwarded = require('forwarded')

forwarded(req)

var addresses = forwarded(req)

Parse the X-Forwarded-For header from the given Node.js IncomingMessage object. 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

Popular Http Projects
Popular Address Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Http
Address
Socket