0
A
回答
0
You can do it with iframe technique (loading iframe with same domain in different domains)
example:
myStorageIframe.com
a.com
b.com
c.com
you can add the iframe to each domain, and store/get items with post-message.
each domain will communicate with the frame, and by this the storage will be shared between all domains.
The pitfalls of this is that in Safari it will make a lot of problems, since their security policy is very strict with cross-domain & third-party storages.
相關問題
- 1. cross domain gwt?
- 2. Cross Domain Pop Ups
- 3. Cross domain svg sprite
- 4. Masked domain and cross domain javascript
- 5. Cross Domain post Javascript
- 6. Ajax Cross Domain or not
- 7. Chrome Set Cross Domain Cookie
- 8. 如何測試Cross Domain Javascript?
- 9. Cross Domain JavaScript與DHTML HTC的
- 10. canvas cross domain像素錯誤
- 11. CROSS DOMAIN ISSUE - jsonp不工作
- 12. 檢索頁面源代碼-javascript,cross-domain
- 13. PHP,JavaScript,phonegap cross domain GET錯誤與JSONP
- 14. phonegap cross domain獲取未定義值
- 15. dojox.form.Uploader中的cross domain xml錯誤
- 16. Cross-Domain XmlHTTPRequest in chinese after firefox update
- 17. 是否可以編輯indexeddb的來源?
- 18. 是否有可能在indexedDB上創建觸發器?
- 19. navigator.webkitPersistentStorage.requestQuota是否適用於IndexedDB?
- 20. Cross Domain ExternalInterface「NPObject上的錯誤調用方法」
- 21. SCORM Cross Domain,SCO-Fetcher或任何其他解決方案
- 22. 這個Cross Domain ajax請求如何工作?
- 23. CROSS APPLY性能
- 24. 關於lib Ajax-Cross-Domain和Jquery補丁的任何反饋?
- 25. indexeddb - 是否有可能從索引獲得位置i的項目
- 26. 是否可以爲Google Domain共享聯繫人使用OAuth2.0 API
- 27. 是否可以在JFreeChart圖中操作Domain軸的位置?
- 28. IndexedDB性能
- 29. IndexedDB是否已加密?私人數據是否正確?
- 30. Ajax調用使Magento在使用REST調用時出現Cross Domain問題
的可能的複製[我們可以使用IndexdDB對象兩個頁面之間專賣店(http://stackoverflow.com/questions/23874290/can-we-use-indexddb-objects-stores-between-two-pages ) - TL; DR,不,因爲讓這種事情發生的可怕性不足。 –