-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello,
It is currently not possible to establish a connection to the PayPlug API from behind firewalls that require a proxy for external access. Specifically, the following CURL options would be necessary for such effect:
file: lib/Payplug/core/HttpClient.php
function: request()
new lines:
$request->setopt(CURLOPT_PROXY, #proxy url#);
$request->setopt(CURLOPT_PROXYUSERPWD, #proxy authentication#);
Currently I have modified HttpClient.php for such purposes with success, but this will break future updates to the library (where I must perform the changes again).
So I ask that these configuration options are added.
Thanks.
saiht
Metadata
Metadata
Assignees
Labels
No labels