Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

[Feature Request] Request to support proxy auth for azure-storage-cpplite #131

Open AmyLee91 opened 2 years ago

AmyLee91 commented 2 years ago

Hi Azure team, We are need to using proxy auth (username and password). We found your SDK is not support yet.

Could you support this feature for Curl transport?

https://github.com/Azure/azure-storage-cpplite/blob/master/src/http/libcurl_http_client.cpp https://github.com/Azure/azure-storage-cpplite/blob/master/src/blob/blob_client.cpp

https://curl.se/libcurl/c/CURLOPT_PROXYAUTH.html

Thanks.

AmyLee91 commented 2 years ago

Hi Azure team, Is this azure-storage-cpplite sdk could use proxy environment variables to set the full proxy configuration?

as this comment: https://github.com/Azure/azure-sdk-for-cpp/issues/3199#issuecomment-1002817743

Thanks.

Jinming-Hu commented 2 years ago

Hi @AmyLee91 , this SDK has been deprecated. We won't add new features. Please try our Track 2 SDK.