droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

HTTP Header: X-Forwarded-For (or alternative) #237

Open whitepj opened 5 years ago

whitepj commented 5 years ago

If possible, it would be useful for sslsplit to (optionally?) add a HTTP header to indicate the originating client. The method I am familiar with: X-Forwarded-For However, it appears that there is also RFC7239, which might be more appropriate?

Thank you.

(Testing using lighttpd v1.4.49 with mod_extforward)