I tried to create the connection using a minimal API where a web application sends an AJAX request to 127.0.0.1 (localhost) using a self signed certificate. However, the problem arises when the web application hosted in Azure executes the request, the browser marks this connection as insecure. I also tried using WebSocket, but the result was the same. Has anyone already encountered and solved this issue?
c# - Communication between a .NET 9 web application in Azure and a desktop application - Stack Overflow
评论列表(0)
- 暂无评论