proxy-vole icon indicating copy to clipboard operation
proxy-vole copied to clipboard

Proxy for 127.0.0.1

Open FJGL opened this issue 7 years ago • 3 comments

Hi. Wouldn't be better to return allways DIRECT for xxx://127.0.0.1 without even checking proxy settings.

Regards

FJGL avatar Nov 15 '17 14:11 FJGL

No, I don't think so. Sometimes a developer wants to inspect the requests sent to another app running on localhost and puts a proxy in between the two apps. Always returning DIRECT would be a bad thing in that case.

flyhard avatar Oct 16 '18 07:10 flyhard

i agree with @flyhard apart from the scenario described by him, i have seen ZScalar proxy configuration where there is a PAC file loaded from remote address and the default return clause is 127.0.0.1: and that actually is the ZScalar proxy agent running on the machine. the system should report back exactly what is intended by the proxy admin team, these substitutions and transformations do not apply well to real life situations

ksmehra avatar Apr 08 '21 13:04 ksmehra

This project is dead. Please look at more actual forks like e..g https://github.com/akuhtz/proxy-vole

gschnepp avatar Apr 08 '21 15:04 gschnepp