UI Deploy

Curated, Short, Web UI Dev we Love.

Cross-Domain AJAX Requests to Amazon S3 with CORS or JSONP

Since Amazon S3 supports CORS, you can make AJAX calls to a bucket from any domain. This example loads an alert message and conditionally updates the DOM, but the configuration is the same for any GET request (I haven’t played with POST yet).

view source

Advertisement