Huachao Mao
Huachao Mao
@venkycz thanks for reporting this, did you test the extension on both versions of vscode side by side, did you add some extra setting in newer version, like `rest-client.excludeHostsForProxy`
@venkycz have tried that remove the port information in the settings, like following: ```json "rest-client.certificates": { "localhost": { "pfx": "_res/Cert.pfx", "passphrase": "supersecretpassword" } }, ```
Did you add the certificates in the setting? since in your reply, the value is an empty dictionary, and the value should be like following if the target host of...
@venkycz I can reproduce the issue, and it really behaves as you said, and the same code base works in 1.35.1, while failed in 1.36.0. I guess that it may...
@venkycz some updates, this issue is related to the Electron 4 update in vscode 1.36.0, and similar issues have been raised in the official electron project repository, see electron/electron#18380 and...
@anderson9149 did it work for you previously?
> It worked sometimes. I read some threads online about logging out of Azure in vscode from command pallete, and then restarting vscode, and trying again. When I did that...
@MinNanR can you repo the issue
@MinNanR can you work with previous versions?
@MinNanR could you please provide the request URL if available, and could you please enter the vscode command `Developer: Open Webview Developer Tools` and check the console output of **ERROR**...