I am trying to use Fiddler to debug some issues in a go application. To do 
this I need to make the application use Fiddler's proxy endpoint 
(127.0.0.1:8888).

I can do this in code but I'd rather not as it would mean updating the code 
just for the purpose of this debugging session.

As I understand it, go will use the HTTP_PROXY environment variable if it's 
set so I have set it as follows:
export HTTP_PROXY=https://127.0.0.1:8888

However I am seeing nothing in Fiddler.

I read somewhere that go purposely ignores proxies set to 127.0.0.1, 
localhost or anything that evaluates to localhost. Can anyone confirm this 
and if possible explain why this is?

Thanks
 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c5b782a8-9c6f-49ad-944e-cdfba0b58b97n%40googlegroups.com.

Reply via email to