Skip to content

Add proxy support for HTTP requests #1375

Open
@senid231

Description

@senid231

Overview

For security reasons, some applications are not allowed direct access to the internet, so a proxy server should be used, but ShopifyAPI does not allow passing proxy server options, despite HTTParty itself allowing it.

As an override global setting HTTParty::Basement.http_proxy('proxy.server', 8000, nil, nil) can be used, but it may break other usage of HTTParty where it uses for internal communication.

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