We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I specify a proxy, it does not work. Because, in file "BeSimple\SoapClient\Curl.php" Line 86, missing a colon, between proxy host and proxy port
$proxyHost = $options['proxy_host'].':'.(isset($options['proxy_port']) ? $options['proxy_port'] : 8080);
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
this commit fixes BeSimple#53 - SoapClient : Proxy does not work
8e8e650
506add2
Merge pull request #2 from DjangoFR/ISSUE-53
6a6cae4
No branches or pull requests
If I specify a proxy, it does not work. Because, in file "BeSimple\SoapClient\Curl.php" Line 86, missing a colon, between proxy host and proxy port
The text was updated successfully, but these errors were encountered: