Skip to content

ProxyFromEnvironment does not work as expected #339

@terrorbyte

Description

@terrorbyte
Collaborator

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",
}),```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @terrorbyte

      Issue actions

        ProxyFromEnvironment does not work as expected · Issue #339 · vulncheck-oss/go-exploit