Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS访问代理该写啥? #2

Open
allenzdd opened this issue Jun 16, 2023 · 3 comments
Open

CORS访问代理该写啥? #2

allenzdd opened this issue Jun 16, 2023 · 3 comments

Comments

@allenzdd
Copy link

就是你们的官网
https://promptappgpt.wangzhishi.net/
不知道写啥了

@mleoking
Copy link
Owner

就是你们的官网 https://promptappgpt.wangzhishi.net/ 不知道写啥了

可以去官网运行Web启动然后看右上角的参数设置选项。不过这里建议构建自己的Cors代理。

或是在Web运行的时候,把参数里面的Cors代理设置为空
image
同时把启动浏览器时候加载--disable-web-security选项:

对于Windows Chrome用户,请执行以下步骤: 1) 右击桌面,添加新的快捷方式 2) 添加目标为"[chrome程序路径]\chrome.exe" --disable-web-security --user-data-dir=%LOCALAPPDATA%\Google\chromeTemp 3) 点击确定。

@allenzdd
Copy link
Author

image
我这么设置的,依然报错,之前的网页版本,没有CORS代理的时候,我是可以用的

@mleoking
Copy link
Owner

同时把启动浏览器时候加载--disable-web-security选项:

对于Windows Chrome用户,请执行以下步骤: 1) 右击桌面,添加新的快捷方式 2) 添加目标为"[chrome程序路径]\chrome.exe" --disable-web-security --user-data-dir=%LOCALAPPDATA%\Google\chromeTemp 3) 点击确定。

另外赶快把你那个图中的key马赛克处理一下。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants