libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.49k stars 924 forks source link

proxy authentication fix #875

Closed bleriaf closed 1 year ago

bleriaf commented 1 year ago

don't use CURLOPT_PROXYAUTH, fixes the issue from here: https://github.com/libcpr/cpr/issues/865

COM8 commented 1 year ago

I fixed this PR and it will be a 1.11.0 change since it introduces breaking changes.