中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何解決Canvas圖片跨域會遇到的問題

發布時間:2020-07-16 11:18:44 來源:億速云 閱讀:2285 作者:Leah 欄目:web開發

這期內容當中小編將會給大家帶來有關如何解決Canvas圖片跨域會遇到的問題,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

盡管不通過 CORS 就可以在 Canvas 畫布中使用圖片,但是這會污染畫布。一旦畫布被污染,你就無法讀取其數據。例如,你不能再使用畫布的 toBlob(), toDataURL() 或 getImageData() 方法,調用它們會拋出安全錯誤。這種機制可以避免未經許可拉取遠程網站信息而導致的用戶隱私泄露。

HTML 規范中圖片有一個 crossorigin 屬性,結合合適的 CORS 響應頭,就可以實現在畫布中使用跨域 <img> 元素的圖像。

crossOrigin/CORS同域跨域無 CORS跨域有 CORS
default支持支持渲染,不支持 toDataURL支持渲染,不支持 toDataURL
anonymousN/A同上支持渲染,支持 toDataURL
use-credentialsN/A同上支持渲染,不支持 toDataURL

總結:Canvas 可以正常的渲染跨域圖片,但是在跨域圖片沒有設置跨域響應頭或沒有設置 crossOrigin = 'anonymous' 的時候,使用 canvas.toDataURl 會拋出如下錯誤:

Chrome

沒有設置 crossOrigin

Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
at Image.img.onload...

跨域

Access to Image at 'http://localhost:3001/canvas.jpg' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.

設置了 crossOrigin=use-credentials

Access to Image at 'http://localhost:3002/canvas.jpg' from origin 'http://localhost:3000' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost:3000' is therefore not allowed access.

Safari/Firefox

沒有設置 crossOrigin

SecurityError: The operation is insecure.

跨域

[Error] Origin http://192.168.3.99:3000 is not allowed by Access-Control-Allow-Origin.
[Error] Failed to load resource: Origin http://192.168.3.99:3000 is not allowed by Access-Control-Allow-Origin. (canvas.jpg, line 0)
[Error] Cross-origin image load denied by Cross-Origin Resource Sharing policy.

設置了 corssOrigin=use-credentials

[Error] Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
[Error] Failed to load resource: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true. (canvas.jpg, line 0)
[Error] Cross-origin image load denied by Cross-Origin Resource Sharing policy.

測試示例

1、啟動服務器

npm start:啟動服務器

npm run start:corsdisable:啟動跨域圖片服務器

npm run start:corsable:啟動跨域-CORS圖片服務器

2、訪問 http://localhost:3000

其他問題

1、cossOrigin 存在兼容性問題

對于不支持 cossOrigin 的瀏覽器(IE 10及以下版本不支持,Android 4.3 及以下版本不支持)可以使用 XMLHttprequest 和 URL.createObjectURL() 來做兼容,參考測試示例 Ajax 解決 Canvas 圖片跨域問題。

2、為什么不使用同域圖片?

現在的前端開發一般都是將靜態資源放置到 CDN 上,例如:阿里云或者騰訊云服務,并且會有一個專門的域名來訪問這些資源。

上述就是小編為大家分享的如何解決Canvas圖片跨域會遇到的問題了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

修武县| 西吉县| 德清县| 永平县| 手游| 商洛市| 日喀则市| 宣恩县| 卫辉市| 北票市| 台江县| 平湖市| 安西县| 奉新县| 乐至县| 丰镇市| 永川市| 同德县| 依安县| 衡阳县| 孟津县| 腾冲县| 望奎县| 丹阳市| 怀集县| 渑池县| 宜州市| 郸城县| 宜春市| 莱州市| 大悟县| 安陆市| 泰顺县| 哈尔滨市| 鲜城| 溆浦县| 朝阳市| 黄陵县| 曲阜市| 长治市| 宁陵县|