如何使用https的rest服务?

发布于 2024-10-01 16:07:24 字数 80 浏览 1 评论 0原文

您好,我希望将 .net 中的其余服务发布到 https:// 服务器。我是否必须对其进行任何更改,以便在我的 asp.net 应用程序中使用它?

hi i wish to publish my rest service in .net to a https:// server.. do i have to make any change in it so that to consume it in my asp.net application?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风铃鹿 2024-10-08 16:07:24

如果这是托管在 IIS 上的服务,那么您实际上只需要执行类似 。您可能还需要更改一些绑定配置。

您的服务实施无需改变。

If this is a service hosted on IIS then you really just need to do something like this. You may also need to change some of the binding config.

Your service implementation will not have to change.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文