return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>c# - Communication between a .NET 9 web application in Azure and a desktop application - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - Communication between a .NET 9 web application in Azure and a desktop application - Stack Overflow

programmeradmin1浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论