Java/Jersey: A CORS-Compliant REST API (die JSONP die)
Une traduction française est disponible ici. Cross-Domain AJAX request is the developer’s nightmare with the awful JSONP workaround. But we can use a simple standard to kick off this bad practice. Reminder When a developer needs to make cross-domain requests (AJAX requests on another (sub-)domain or non-standard port, limited by browsers), he often uses the [...]