General
Jetty supports Cross-Domain XMLHttpRequests
The release of Firefox 3.5 included several new features for developers. One of the most interesting new features is the support for cross-domain HTTP requests made with XMLHttpRequest objects (see here for details) or, by using Mozilla’s terminology, cross-origin requests. It is well known that browsers enforce restrictions on the Read more…