X-Forwarded-For parsing and trusted proxy detection for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xff: Add README.md

+17
+17
README.md
··· 1 + ## XFF - X-Forwarded-For parsing and trusted proxy detection 2 + 3 + %%VERSION%% 4 + 5 + Parse X-Forwarded-For headers to extract client IP addresses behind proxies. Supports trusted proxy validation using CIDR ranges to prevent IP spoofing. Implements de-facto X-Forwarded-For standard and aligns with RFC 7239. 6 + 7 + ## Installation 8 + 9 + `opam install xff` will install this library. 10 + 11 + ## Reference 12 + 13 + - [RFC 7239: Forwarded HTTP Extension](https://www.rfc-editor.org/rfc/rfc7239) 14 + 15 + ## Documentation 16 + 17 + [API documentation](https://gazagnaire.github.io/ocaml-xff/doc)