I would say that most scenarios where CORS is really useful are 1) Accessing data on remote sites through XHR for mashups. 2) Localhost / server backend test scenarios: Running a local installation of OpenLaszlo for development, and accessing resources on a remote server backend.
For 2), the Safari cookie settings can be changed by the developer, for 1) that would only be necessary when you have a cross-domain request with credentials. On Thu, Apr 28, 2011 at 1:05 PM, Raju Bitter <[email protected]> wrote: > That's a browser setting: Safari -> Preferences -> Security > http://grack.com/blog/2010/01/06/3rd-party-cookies-dom-storage-and-privacy/ > > On Thu, Apr 28, 2011 at 12:56 PM, Henry Minsky <[email protected]> wrote: >> One problem is, that >>> >>> Safari's default cookie settings are set to "Accept cookies: Only from >>> sites I visit". That means, even with CORS/withCredentials support, >>> without the user chaning the accept cookies settings to "always", the >>> browser will not accept cookies for CORS requests. >> >> Is there any way to set that automatically from the LFC , or is that >> something the user >> has to manually change in their browser settings? >> >> -- >> Henry Minsky >> Software Architect >> [email protected] >> >> >> >
