随笔 - 49  文章 - 2  评论 - 376 
05 2008 档案
【转载】快速、可伸缩和流式的AJAX代理--跨域持续内容分发      摘要: Due to browsers' prohibition on cross domain XMLHTTP calls, all AJAX websites must have a server side proxy to fetch content from external domains like Flickr or Digg. From the client-side JavaScript code, an XMLHTTP call goes to the server-side proxy hosted on the same domain, and then the proxy downloads the content from the external server and sends back to the browser. In general, all AJAX websites on the Internet that are showing content from external domains are following this proxy approa  阅读全文
posted @ 2008-05-15 09:45 红马天下 阅读(165) | 评论 (0)  编辑