-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Bug] 🐛 无法使用api #467
Comments
目前我用cf的pages部署后也是这样,根据“User needs to solve CAPTCHA to continue.”表示用户需要通过人机验证,建议更换人机验证服务器 |
用自己部署的bypass server可以 也是可以cf部署 |
调用 API 通过 CF 也会触发 CAPTCHA。也许可以在调用 API 之前实现绕过服务器? |
绕过服务器在调用 API 时未被使用。这是主要问题。 |
咱可以看了代码,在发言不?
CF 部署不易绕过,这是已知问题,因为 CF 的 IP 池已经都是高风险了 |
也许一个更简单的解决方案是使用 Cloudflare Worker 捕获 API 请求,并使用 fetch 将其发送到绕过服务器。将解决方案实现到完整代码中可能太难了 |
我觉得这是一个难题,所以不需要着急。 |
CF 的版本的的代码在这
|
可能和 #470 有关,在尝试一下 |
似乎现在cct也挑网络出口了,我的两个cct服务器: https://cct.nbing.eu.orghttps://cctb.pages.dev似乎由于经常引用,被cf缓存到中国区,造成获得的cct对API无效了。刚才切换了出口部署,就又可以了。 可以试试 |
cct这个要怎么用?能当api? |
cct服务器就是bypass服务器,我简化了一下可以直接GET使用。 |
Confirmations
Describe the bug
使用Cloudfalre Worker 部署后,网页版正常使用,api一直显示:User needs to solve CAPTCHA to continue.
Steps to reproduce
如上
Expected behavior
正常使用api
Screenshots
Deploy
Cloudflare Worker
UserId
makox8%7C2%7Cfop%7C0%7C1699
OS & Version
macOS 14.6.1
Browser & Version
Chrome 127.0.6533.120
GoProxiBingAI Version
v2.4.4
Additional context
No response
The text was updated successfully, but these errors were encountered: