XFF - X-Forwarded-For parsing and trusted proxy detection#
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.
Installation#
opam install xff will install this library.