From 80b4a47a994da781e40540997566ba5d1d1aa11a Mon Sep 17 00:00:00 2001 From: Andrea Date: Thu, 6 Nov 2025 08:30:05 +0100 Subject: [PATCH] fix CORS in http localhost (server ASP.NET deve essere servito in HTTP) --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 6977e24..e1b9d87 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const apiUrl = "https://localhost:7243"; +const apiUrl = "http://localhost:5011"; function orkodyo(){ let reply;