HTTPS会加密webAssembly API一旦发布给Azure吗?
我正在使用配备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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论