Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The httpProxy setting doesn't work #134

Open
silentacorn opened this issue Jun 13, 2023 · 0 comments
Open

The httpProxy setting doesn't work #134

silentacorn opened this issue Jun 13, 2023 · 0 comments

Comments

@silentacorn
Copy link

Seems the httpProxy setting doesn't work even I set it in RuntimeOptions.
Didn't find any call step to use these setting even when debug the code which download from the official document example: https://next.api.aliyun.com/api/Dysmsapi/2017-05-25/SendSms

Code is as below:

let runtime = new $Util.RuntimeOptions({ httpProxy: "127.0.0.1:7890", httpsProxy: "127.0.0.1:7890", noProxy: "localhost,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16", }); let resp = await client.sendSmsWithOptions(sendSmsRequest, runtime);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant