Skip to content

Added proxy#14

Open
Alexander-Logachev wants to merge 1 commit intojstolpe:mainfrom
Alexander-Logachev:add-proxy
Open

Added proxy#14
Alexander-Logachev wants to merge 1 commit intojstolpe:mainfrom
Alexander-Logachev:add-proxy

Conversation

@Alexander-Logachev
Copy link

$config = [ // instantiation config params
...,
'proxy' => [
CURLOPT_PROXY => 'http://IP:PORT',
CURLOPT_PROXYUSERPWD => 'LOGIN:PASSWORD',
],
];

$config = [ // instantiation config params
            ...,
            'proxy' => [
                CURLOPT_PROXY => 'IP:PORT',
                CURLOPT_PROXYUSERPWD => 'LOGIN:PASSWORD',
            ],
        ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants