aliyun / alibaba-cloud-sdk-go

Alibaba Cloud SDK for Go
Apache License 2.0
1.16k stars 273 forks source link

fix Authorization reset by proxy with auth #565

Closed yndu13 closed 2 years ago

yndu13 commented 2 years ago

proxy

经抓包测试,确实只需要设置httpClient.Transport代理,不需要额外httpRequest.SetBasicAuth,走到代理层header中是会有Proxy-Authorization字段的