gpt4 book ai didi

reactjs - 跨域读取阻塞 (CORB) 阻止了 React 应用程序上的跨域响应

转载 作者:行者123 更新时间:2023-12-02 23:30:10 24 4
gpt4 key购买 nike

我正在 React 上运行一个简单的应用程序来显示我在 https://my.pcloud.com/ 上上传的文件中的音轨使用 React-Player 组件。

但是,轨道不显示,我在控制台上收到以下错误:

"Cross-Origin Read Blocking (CORB) blocked cross-origin response https://my.pcloud.com/publink/show?code=XZlsqq7ZK4mnFfNp1rJq8neYkc77Gp0yCd17 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details."



我做了一些搜索,我意识到我需要做一些服务器端的事情来解决这个问题。我可以在客户端做些什么来解决这个问题吗?如果没有,关于如何设置服务器并获取音频播放器所需内容的任何好的教程/指南?谢谢!

最佳答案

我有同样的问题,我可以通过使用像 this 这样的代理来解决它.描述中有一个“如何使用”部分可以帮助您进行设置。
快乐编码:-)

** 编辑 **

我(编辑)将 url 的内容复制并粘贴到此答案以用于 seo 目的

A super mini php proxy made within 5 minutes for multiple uses.

I've made this just becouse i work with a vm machine in my pc as testing area but i got an ip like 192.168.231.128 that will be not visible from outside my pc. For test a web site in my smartphone I have used this for bypass this restriction problem calling an url as http://192.168.1.4/proxy/192.168.231.128/.

How to use:

Just call the address you want to visit after your superminiphpproxy path.

Eg. http://127.0.0.1/proxy/www.google.com http://www.yourwebsite.com/proxy/www.google.com

Enjoy it!

关于reactjs - 跨域读取阻塞 (CORB) 阻止了 React 应用程序上的跨域响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55107580/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com