如何使用https的rest服务?
您好,我希望将 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这是托管在 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.