Skip to content

SOCKS proxy support #177

@mchesler

Description

@mchesler

HTTPClient does not appear to support SOCKS proxies unless I'm missing something blatantly obvious. Works fine with rest-client as:

RestClient.proxy = "http://username:password@proxy.domain"
response = RestClient.get(url)

Attempting to do the same with HTTPClient as below results in an "invalid" response which I believe is coming from the proxy.

client = HTTPClient.new("http://username:password@proxy.domain")
client.get(url)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions