362227

Results 40 comments of 362227

> 如果有人有时间,愿意帮忙做测试,我可以为每个免费服务创建一套github action。。自动化部署。 感觉没必要折腾了,我测试了很多github项目,还有自己整的,基本上可以断定是走大流量封,而且敏感的项目更容易封号。当然有一些账号是有bug的,不容易被封,但很少很少,看人品

可以了。 问下能不能支持跳转的php地址(php Fetch server)。比如我填的是https:/www.aaa.com/1.php,这个地址会跳转到https:/www.bbb.com/1.php,我实际就是要https:/www.bbb.com/****.php(每天会变化)

我设置了前置代理 "sni": "a.bc.com", "listen": "127.0.0.1:8081", "debug": false, "insecure": false, "autoproxy": true, "user-agent": "" "proxy": "http://127.0.0.1:1086" } 报错 2022/06/09 10:20:12 proxy.go:297: Post "https://a.bc.com/php-proxy/index.php": dial tcp: lookup a.bc.com: no such host

> > 你要控制一下这个跳转码,golang http库默认会跳转的,我查了资料,你需要控制你的状态码是307/308,这样POST方法才会跳转。 > > ``` > 301 (Moved Permanently) > 302 (Found) > 303 (See Other) > 307 (Temporary Redirect) > 308 (Permanent Redirect) > ``` > >...

> 你方便的话,把你的fetchserver php地址和密码发给我,我debug看下。[[email protected]](mailto:[email protected]),这是我邮箱 发了

应该要先对fetchserver php地址处理,如果php地址不会跳转,那就直接读取源地址;如果会跳转,那就抓一下跳转后的地址,再读取这个新地址。

好了,可以了。 不过那个证书问题依旧没有完全解决。之前我删了旧证书,重新导入了新证书,可以用了,但大多数网站还是报错, remote error: tls: unknown certificate

重新导入了下证书,客户端“remote error: tls: unknown certificate”提示没有了。 但问题还是一样,比如我浏览vimeo和heroku,heroku正常,vimeo不正常且浏览器显示的是empty response ![image](https://user-images.githubusercontent.com/91358231/173064866-f1648da9-af54-4dcb-b081-df0fc41e9334.png) 用下载工具也是这样,heroku正常 ![image](https://user-images.githubusercontent.com/91358231/173065575-9388aab1-1da2-4ba3-a601-dd206196996a.png) vimeo不正常 ![image](https://user-images.githubusercontent.com/91358231/173065685-79e63d02-06cd-41d9-ab37-faedd96837d7.png)

不知道啊。我用旧版php-proxy和goproxy都正常,同样的php地址(跳转后的)