【发布时间】:2015-09-22 06:16:00
【问题描述】:
我是 microsoft azure 的新手,但对 web api 很好。
我已经创建了 web api 服务,并且能够在本地主机上使用邮递员工具对其进行测试。 现在我已经在 azure 上上传了我的服务,现在我无法从邮递员工具中调用它。
Azure url: not working
http://******.azurewebsites.net/api/account/signIn
body
userName and password... both are string
localhost url: working
http://localhost:62676/api/account/signIn
body
userName and password... both are string
我需要对服务进行哪些更改?请提出建议。
【问题讨论】:
标签: web-services azure asp.net-web-api postmark