vscode-live-server
vscode-live-server copied to clipboard
How to proxy to HTTPS address?
proxy Demo:"proxyUri": "http://localhost/php/";
But I want proxy : "proxyUri": "https://localhost/php/";it failed!
How should I configure it?