Your Source for Web Development Resources

Your Source for Web Development Resources

Cross-domain AJAX using CSS with CSSHttpRequest

CSSHttpRequest is cross-domain AJAX using CSS. Like JavaScript includes, this works because CSS is not subject to the same-origin policy that affects XMLHttpRequest. CSSHttpRequest functions similarly to JSONP, and is limited to making GET requests. Unlike JSONP, untrusted third-party JavaScript cannot execute in the context of the calling page.

Choose It

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)

Leave a Response

Please note: comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.