go-exploit icon indicating copy to clipboard operation
go-exploit copied to clipboard

ProxyFromEnvironment does not work as expected

Open terrorbyte opened this issue 9 months ago • 0 comments

As per the debugging session in chat the -proxy handling does not work as expected under some conditions. This for example works in httphelpers.go but not the ProxyFromEnvironment:

Proxy: http.ProxyURL(&url.URL{
	Scheme: "http",
	Host:   "127.0.0.1:8081",
}),```

terrorbyte avatar Mar 27 '25 22:03 terrorbyte