Load stuff through "Ajax" (different domain, take 1)

This page is accessed trough a first domain (whatever you’re loading it from…). It will access content from another domain (xdr.pocketjavascript.com) through Ajax

Click here to try through XMLHttpRequest. (this will work in Firefox 3.5+, Safari 4+ and Chrome 4+ -- IE8 would need custom code.)

Click here to try through a server-side proxy. (this works everywhere.)

Click here to try through dynamically-generated form and hidden <iframe/>. (this works everywhere.)

Click here to try through a dynamically-generated form (we expect a 204 response). (this works everywhere.)

(Your in-browser network monitoring tools may not pickup the request/response on that last link, and your browser won’t mark the link as visited—it was actually not visited! However, regular network sniffing, or trying out this on your own server, will prove the request goes out and the 204 comes back.)