http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Rewrite Forwarded header module

Open kyrias opened this issue 2 years ago • 0 comments

The previous implementation of Forwarded header parsing didn't implement anything closely resembling the specification of the Forwarded header in RFC 7239 and would fail on almost any real-world Forwarded header with more than one proxy, or with the parameters in a different order from what it expected.

This commit tries to implement the specification as accurately as possible.

kyrias avatar Sep 04 '22 22:09 kyrias