【发布时间】:2015-11-15 06:21:23
【问题描述】:
我已经在 azure 上部署了我的 rest api。它的网址是这样的。
http://{my_deployment_id}.cloudapp.net/myservice.svc/getdata。
我无法将此设置为我的 webhook。我收到一条错误消息“我们无法验证 URL 是否存在”。
如果我用 API (https://mandrillapp.com/api/1.0/webhooks/add.json) 尝试这个事件。我收到以下错误。
{
"status": "error",
"code": -2,
"name": "ValidationError",
"message": "Validation error: {\"url\":\"That is not an existing URL\"}"
}
我不确定是我的 Rest API 有问题还是我的 mandrill 设置有问题。我可以使用邮递员访问我的 rest api。
【问题讨论】:
标签: c# asp.net-mvc wcf rest mandrill