Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 如何从html调用azure托管的webhttprelay url_Angularjs_Ajax_Azure_Postman_Servicebus - Fatal编程技术网

Angularjs 如何从html调用azure托管的webhttprelay url

Angularjs 如何从html调用azure托管的webhttprelay url,angularjs,ajax,azure,postman,servicebus,Angularjs,Ajax,Azure,Postman,Servicebus,我在azure中托管了服务。以下是网址: 绑定类型-webhttprelaybinding 当通过邮差电话访问时,得到以下结果: <feed xmlns="http://www.w3.org/2005/Atom"> <title type="text">Publicly Listed Services</title> <subtitle type="text">This is the list of publicly-listed

我在azure中托管了服务。以下是网址:

绑定类型-webhttprelaybinding

当通过邮差电话访问时,得到以下结果:

<feed xmlns="http://www.w3.org/2005/Atom">
    <title type="text">Publicly Listed Services</title>
    <subtitle type="text">This is the list of publicly-listed services currently available.</subtitle>
    <id>uuid:645c26c6-9bc7-4546-8978-bf5e26fc79bd;id=60084</id>
    <updated>2017-02-12T16:41:37Z</updated>
    <generator>Service Bus 1.1</generator>
</feed>

上市服务
这是当前可用的公开列出的服务列表。
uuid:645c26c6-9bc7-4546-8978-bf5e26fc79bd;id=60084
2017-02-12T16:41:37Z
服务总线1.1
期望调用getdata方法并检索JSON数据,但它只给出上述响应

谁能告诉我这里出了什么问题吗

基本上,-我需要从html调用服务总线url,并用html获取对客户端的响应


谢谢

我认为这个问题是由您的端点引起的。我在这里也遇到了同样的问题:

如果我输入地址。它给我身份验证错误(我将Required Client Authorization设置为true,并在IE中测试地址)

所以,我建议你仔细检查你的网址