简体   繁体   中英

Cross-Origin Read Blocking (CORB) with MIME type application/json

I know many people also have this issue. However, it seems people are mixing CORB and CORS. I have installed the CORS extension before, but it seems not working with CORB.

I'm using polymer on front end

return { "Content-type": "text/json", Accept: { json: "application/json", text: "text/plain", html: "text/html", xml: "application/xml", arraybuffer: 'application/octet-stream', }, Authorization: "JWT " + this.authToken }

网络

为临时客户端解决方案运行chrome.exe --disable-web-security。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM