otsukare Thoughts after a day of work

Using CORS (Cross-Origin Resource Sharing) on the Web

CORS has been created for controlling access policies to resources across Web sites domains. “CORS defines how browsers and servers communicate when accessing sources across origins using HTTP headers to allow both the browser and the server to know enough about each other to determine if the request or response should succeed or fail.”

Two questions

Update 23 novembere 2011: CORS is coming.