apache - Setting up CORS Access-Control-Allow-Origin on Rackspace Cloud Files? -
can provide insight how cors works on rackspace cloud files?
i tried setting value of "access-control-allow-origin" url of webserver can still access public url of object pasting browser.
maybe misunderstand how cors works? setting access control allow origin web server allow file accessed web server. me, user pasting url web browser, different origin, no ?
the documentation @ rackspace isn't best stuff (or i'm looking in wrong place...)
that's not cors for. cross-origin resource sharing (cors) mechanism allows javascript on web page make xmlhttprequests domain, not domain javascript originated from, see cors.
it has nothing making object or container public/private.
on rackspace, cors works according doc.
Comments
Post a Comment