Skip to content

optional curl_setopt settting i.e. for proxy support #1

@larsschenk

Description

@larsschenk

Since a6378f2 there is curl support.

Can you please make optional curl_setopt settings available when using curl i.e. to use a proxy.

curl_setopt ($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_PROXYUSERPWD, $proxyuser);

Since _requestWithCurl() is private I don't see how to do that without changing the core.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions