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
$CFG->proxyhost is honored for free using the moodle curl library which is used here:
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/rest/api.php#L199
But weird it isn't used in other places like:
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/rest/api.php#L239
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/soap/api.php#L164
Proposing to either conditionally pass through the moodle proxy settings or even better to swap to the moodle curl library.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
$CFG->proxyhost is honored for free using the moodle curl library which is used here:
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/rest/api.php#L199
But weird it isn't used in other places like:
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/rest/api.php#L239
https://github.com/blackboard-open-source/moodle-mod_collaborate/blob/master/classes/soap/api.php#L164
Proposing to either conditionally pass through the moodle proxy settings or even better to swap to the moodle curl library.
The text was updated successfully, but these errors were encountered: