Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Watchman | 236 | 1 | 5 | 6 days ago | 95 | December 13, 2022 | 47 | apache-2.0 | Go | |
AML/CTF/KYC/OFAC Search of global watchlist and sanctions | ||||||||||
Httpunit | 152 | 3 years ago | January 04, 2022 | 6 | mit | Go | ||||
httpUnit tests compliance of web and net servers with desired output. | ||||||||||
Phpcent | 132 | 7 | 6 | 2 months ago | 14 | September 06, 2021 | 1 | mit | PHP | |
PHP library to communicate with Centrifugo HTTP API | ||||||||||
Realip | 129 | 31 | 125 | 5 years ago | July 15, 2021 | 9 | mit | Go | ||
a golang library that can get client's real public ip address from http request headers | ||||||||||
Elasticsearch Transport Websocket | 114 | 3 years ago | 4 | Java | ||||||
WebSockets for ElasticSearch | ||||||||||
Chrome Spdy Indicator | 104 | 4 years ago | 12 | JavaScript | ||||||
Chrome Extension to see an indicator of SPDY support in the address bar. | ||||||||||
Proxy Addr | 95 | 496,206 | 304 | 2 years ago | 27 | June 01, 2021 | 2 | mit | JavaScript | |
Determine address of proxied request | ||||||||||
Forwarded | 44 | 539,472 | 124 | a year ago | 5 | May 31, 2021 | 1 | mit | JavaScript | |
Parse HTTP X-Forwarded-For header | ||||||||||
Ipfs Textbook | 43 | 5 years ago | mit | |||||||
[unmaintained] Helping me understand what IPFS is and how it works | ||||||||||
Sslcloud | 39 | 2 years ago | 2 | JavaScript | ||||||
Parse HTTP X-Forwarded-For header
This is a Node.js module available through the
npm registry. Installation is done using the
npm install
command:
$ npm install forwarded
var forwarded = require('forwarded')
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).
$ npm test