DomainR und CSSHttpRequest
Was ist das den nun ?
Domai.nr ist ein Service der mit dem eingebenen Wort eine URL bastelt. Zb. wird aus dem Wort “giraffe” die Domain: “gir.af/fe”.
Verdammt coole Idee !
CSSHttpRequest ist eine Möglichkeit die es erlaubt via CSS einen Request auch von fremd Servern zu beziehen.
Similar to JavaScript, this works because CSS is not subject to the same-origin policy that affects XMLHttpRequest. Like JSONP, CSSHttpRequest is limited to making GET requests. Unlike JSONP, untrusted third-party JavaScript cannot execute in the context of the calling page.
banana out