Код: Выделить всё
"liveServer.settings.https": {
"enable": true,
"cert": "C:/.../openssl/cert.pem",
"key": "C:/.../openssl/key.pem",
"passphrase": "",
"allowHTTP": false
},
"liveServer.settings.port": 5500,
"liveServer.settings.root": "/",
"liveServer.settings.wait": 0
Код: Выделить всё
const res = await axios.get("https://localhost:44390/.../...", { withCredentials: true })
Код: Выделить всё
xhr.js:198 GET http://localhost:44390/.../... net::ERR_CONNECTION_RESET


Подробнее здесь: https://stackoverflow.com/questions/798 ... tion-reset
Мобильная версия