跨域资源共享的10种方式

时间:2014-05-23 04:13:39
【文件属性】:

文件名称:跨域资源共享的10种方式

文件大小:32KB

文件格式:ZIP

更新时间:2014-05-23 04:13:39

跨域 资源共享

跨域的方法很多,不同的应用场景我们都可以找到一个最合适的解决方案。比如单向的数据请求,我们应该优先选择JSONP或者window.name,双向通信我们采取Cross Frame,在未与数据提供方没有达成通信协议的情况下我们也可以用server proxy的方式来抓取数据。


【文件预览】:
colorhook-crossdomain-e5d5558
----jsonp()
--------jsonp.php(563B)
--------index.html(1KB)
----server-proxy()
--------proxy.php(2KB)
--------post.html(861B)
--------resource.txt(15B)
--------get.html(834B)
--------resource.php(378B)
----cross-frame()
--------cross-frame.js(5KB)
--------host.html(2KB)
--------proxy.html(2KB)
--------iframe.html(1KB)
----access-control()
--------resouce.php(546B)
--------index.html(989B)
----window-domain()
--------host.html(2KB)
--------iframe.html(1KB)
----flash-localconnection()
--------LocalConnector.js(2KB)
--------LocalConnector.swf(2KB)
--------host.html(2KB)
--------iframe.html(1KB)
--------LocalConnector.as(2KB)
----flash-urlloader()
--------connection.swf(2KB)
--------crossdomain.xml(101B)
--------resource.php(512B)
--------index.html(1KB)
----README.textile(2KB)
----window-postMessage()
--------host.html(2KB)
--------iframe.html(1KB)
----window-name()
--------blank.html(72B)
--------data.html(291B)
--------simple-example.html(2KB)
--------dojox-io-windowName.html(1KB)
----fragment-identitier-messaging()
--------host.html(3KB)
--------iframe.html(2KB)

网友评论

  • 方面很广 只是 又是PHP的 能不能标签注释清除
  • 挺好 好像可以用 就是注释太少