Skip to content

[Suggestion] Add support for different upstream proxy connection formats #184

@reporter29

Description

@reporter29

I've been using HTTP Toolkit quite frequently with HTTP/Socks5 proxies, and my proxy provider provides the proxies in the following format: host:port:user:pass. This format is currently unsupported which makes it a nuance as I have to adjust the format manually every time I switch proxies.

Various proxy sites format the proxies differently, but the majority of them follow the conventions below:

  • host:port:user:pass
  • host:port@user:pass
  • user:pass:host:port
  • user:pass@host:port (supported)
  • host:port (supported)

Can support for the unsupported formats (the first three) be added?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions