Connecting to localhost issue: WARN dead loop detected
When trying to access the ip 127.0.0.1 or a hostname resolving to it, I get the warning
I tried running goproxy as socks proxy and HTTP proxy..
Not sure if that's bug related to firefox or the tool itself
the domain format must be a normal one, must contains the dot.
Okay! I wonder why, but thanks. The issue was resolved when using a dotted domain.
Okay so I haven't noticed until now, but when the proxy resolves this fake local domain, it doesn't try to connect to localhost but rather to the interface IP.
So I have an app that is being hosted on localhost not 127.0.0.1 and if I try to connect to the virtual domain e.g oz.oz which is resolving to 127.0.0.1
To connect to that host, I need to try to access localhost not 127.0.0.1
Is there a way to go around this?