PurpleI2P / i2pd

🛡 I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website
BSD 3-Clause "New" or "Revised" License
3.26k stars 423 forks source link

Client HTTP Headers #2079

Closed OvercookedBeef closed 3 months ago

OvercookedBeef commented 3 months ago

The Java I2P router sends the following headers to the server for HTTP tunnels: x-i2p-destb32: The user's B32 address (ending in .b32.i2p) x-i2p-destb64: The user's B64 x-i2p-desthash: The user's hash

Could these headers also be added to i2pd for HTTP tunnels? I'm currently having to run the Java router for certain services which I'd prefer not to do. Thanks.

orignal commented 3 months ago

i2pd's http tunnel also sends these headers

OvercookedBeef commented 3 months ago

Hmm you're right, I got it working on my server now. I'm not sure why I thought it didn't, either this is something relatively new, or more likely I'm stupid. Thanks.