Problem with multiple cross domain clients and data cache
description
I have single OData service with HTTP ETag implemented. I have two javascript clients on different domains which read data from the services using the same URLs service by datajs.createDataCache. When first client reads data from the service everything is ok, when second client (opened in the same browser) reads the same data - it fails. In fiddler first response has ETag header, second request has header If-None-Match and second response returns 304 Not Modified, but client fails. I'm using Google Chrome 12.