diff --git a/content/python/cornice-cors.rst b/content/python/cornice-cors.rst index ff7f262..7344a3b 100644 --- a/content/python/cornice-cors.rst +++ b/content/python/cornice-cors.rst @@ -1,9 +1,13 @@ Implementing CORS in Cornice ############################ -:date: 22-01-2013 +:date: 04-02-2013 :slug: cross-origin-in-cornice -:status: draft + +Cross posting this here and `on the mozilla services weblog +`_, since this is the +first time we're doing that, I though it could be useful to point you out +there, check it out, and expext more technical articles there in the future. For security reasons, it's not possible to do cross-domain requests. In other words, if you have a page served from the domain `lolnet.org`, it will not be