这不是JSONP服务。
Example service with JSONP support.
使用JSONP支持的示例服务。
Is it possible to make a secure JSONP request?
它是可能做一个安全的JSONP请求?
SO, how can you transform it to a real JSONP service?
因此,如何才能将其转换为真正的JSONP服务呢?
First and foremost, there is no error handling for JSONP calls.
第一,也是最重要的一点,没有关于 JSONP 调用的错误处理。
You can find more information on CORS vs JSONP by looking around.
您可以通过查找更多有关CORS和JSONP的信息。
"jquery. jsonp. js" GET works. What about POST PUT DELETE OPTIONS?
作品。什么后把删除的选项?
Beginning with version 1.2, jQuery has had native support for JSONP calls.
从1.2版本开始,jQuery拥有对JSONP回调的本地支持。
You could call this service with jQuery's JSONP support using the code shown in Listing 5.
使用清单5所示的代码可以通过jQuery的JSONP支持调用该服务。
To call Twitter, you use a dynamic script tag, which is a technique often referred to as JSONP.
为了调用Twitter,要使用动态脚本标签,这是一项常称为JSONP的技术。
Gets or sets a value that indicates whether the service supports JSONP for cross-domain calls.
获取或设置一个值,该值指示该服务是否支持跨域调用的JSONP。
If you are going to use JSONP services, it's very important to be aware of the threats it poses.
如果打算使用JSONP服务,了解它能造成的威胁非常重要。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
The answer is simple: You must use third-party JSONP services, and there are quite a few of them.
答案很简单:您必须使用第三方jsonp服务。这种服务并不少。
Another major drawback of JSONP is that it can be quite dangerous if used with untrusted services.
JSONP的另一个主要缺陷是被不信任的服务使用时会很危险。
JSONP operates by dynamically adding a new script tag into your page and then executing the contents.
JSONP运行在一个安全漏洞中。通过向您的网页动态添加新的脚本代码,然后执行内容。
JSONP as an effective cross-domain communication technique, by-passing the same-origin policy limitations.
作为一种有效的跨域通信技术,JSONP能够绕过当前浏览器的同源策略限制。
Note that you leave the content areas empty because you're going to use JSONP to fill them with dynamic data.
请注意,内容区保留为空,因为您要使用JSONP,用动态数据填充内容区。
Now that you know how to query and get JSONP responses from YQL, you can start building your mashup Web page.
您已经了解了如何通过 YQL查询和获得JSONP响应,下面就可以开始构建mashupWeb 页面了。
You've found the alternative solution, which is to use JSONP to make the request instead of relying on CORS.
您找到了另一种解决方案,即使用JSONP来发出请求,而不是依赖于CORS。
We're allowing file upload/download and some image management over DWR and adding support for JSONP and the Bayeux protocol.
我们允许在DWR中上传/下载文件,做一些图片管理,而且增加了对JSONP和Bayeux协议的支持。
Coupled with its JSONP support and jQuery, YQL lets you access structured data across the Web through a single unified interface.
与其JSONP支持和jQuery相结合,YQL允许您通过一个统一的界面访问Web上的结构化数据。
Query Language (YQL) as a single endpoint JSONP service that lets you query, filter, and combine data from different data sources.
查询语言(YQL),这种单端点的JSONP服务允许您查询、过滤和合并来自不同数据源的数据。
Now that you know how to use JSONP, you can start using some ready-made JSONP Web services to build your applications and mashups.
知道如何使用JSONP之后,可以开始使用一些现成的JSONPWeb服务来构建应用程序和mashup。
JSON with Padding (JSONP) is a way to bypass the same-origin policy by using JSON in combination with the tag, as shown in Listing 1.
JSONP (JSONwithPadding)是一种可以绕过同源策略的方法,即通过使用JSON与标记相结合的方法,如清单1所示。
This makes the YQL service a JSONP service, which we think is very significant: It brings automatic JSONP support to many Web services.
这使YQL服务成为了一种JSONP服务,最重要的是:它为众多Web服务引入了自动化jsonp支持。
We showed how you can use jQuery's native JSONP support to gather JSON-formatted content from third-party services, which we call JSONP services.
我们为您展示了如何利用jQeury的本地JSONP支持,从称为JSONP服务的第三方服务收集json格式的内容。
JSONP is a very powerful technique for building mashups, but, unfortunately, it is not a cure-all for all of your cross-domain communication needs.
JSONP是构建mashup的强大技术,但不幸的是,它并不是所有跨域通信需求的万灵药。
In this first article of this series, we explained how to combine JSONP with jQuery to quickly build powerful mashups. We explained the following topics.
在该系列的第一篇文章中,我们讲解了如何结合使用JSONP和jQuery快速构建强大的mashup。
Again, this is a technique (explained in previous articles in this series-see Resources) that lets you search Twitter directly from the browser using JSONP.
同样,这是一种允许您使用JSONP直接从浏览器搜索t witter的技术(在本系列前面的文章中解释—参见参考资料)。
应用推荐