Skip to content

Need a way to specify proxy host and proxy port #33

@starrychloe

Description

@starrychloe

I'd like to specify Fiddler as a proxy so I can inspect the requests and responses easier. I need to specify localhost:7777 as a proxy. However, this doesn't allow proxy parameters, even though Net::HTTP does. The docs say you can provide a http: {} hash but the options to the linked method are only about certificates. The proxy host and proxy port are given by the 3rd and 4th arguments, and you can't specify them via a hash of options.

https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html#start-method

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions