You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.