Dagger0 / IPvFox

Firefox extension to list the hosts, and corresponding IPs, from which a page and its resources are loaded.
https://addons.mozilla.org/en-US/firefox/addon/ipvfox/
19 stars 8 forks source link

Using IPvFox in combo with proxy (socks/http) #4

Closed wvandeun closed 10 years ago

wvandeun commented 10 years ago

Hi,

When I configure a proxy (http/socks), IPvFox reports 0.0.0.0 as the remote IP address. Is there any way to get this setup supported?

Dagger0 commented 10 years ago

Firefox can't see what connections (if any) the proxy did, so there's no way for IPvFox to report them.

It might be possible to get the proxy to add a HTTP header with the IP it used, and then use the header instead of the connection's IP... but that'll only work for http://, not https://.