HTTPS会加密webAssembly API一旦发布给Azure吗?

发布于 2025-02-11 00:47:32 字数 253 浏览 1 评论 0原文

我正在使用配备ASP.NET核心托管服务器的Blazor Web组装项目目标.NET 6.0。在Google Chrome上开发时,我可以按F12,然后转到“网络”选项卡以查看正在拨打API调用。在每个呼叫中​​,我都可以看到要传输的数据。因为这些数据很敏感,所以我的问题是,如果我将其推向Azure,HTTPS是否会加密这些API调用,或者我需要采取更多步骤来确保此问题吗?

服务器项目中的program.cs文件具有以下行:app.usehtpsredirection();

I am working with a Blazor Web Assembly project targeting .NET 6.0 equipped with a ASP.NET Core hosted server. While in development on Google Chrome, I can press F12 and go to the Network tab to see the API calls being made. In each call I can see the data that is being transferred. Because this data is sensitive, my question is if I were to push this to Azure, would HTTPS encrypt these API calls or are there more steps I need take to secure this?

The Program.cs file in the server project has this line: app.UseHttpsRedirection();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文