Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy for 127.0.0.1 #32

Open
FJGL opened this issue Nov 15, 2017 · 3 comments
Open

Proxy for 127.0.0.1 #32

FJGL opened this issue Nov 15, 2017 · 3 comments

Comments

@FJGL
Copy link

FJGL commented Nov 15, 2017

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

Regards

@flyhard
Copy link

flyhard commented Oct 16, 2018

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.

@ksmehra
Copy link

ksmehra commented Apr 8, 2021

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

@gschnepp
Copy link

gschnepp commented Apr 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants