gaboolic / vercel-reverse-proxy

vercel反向代理|OpenAI/ChatGPT 免翻墙代理|github免翻墙代理|github下载加速|google代理|vercel万能代理
https://github.com/gaboolic/cloudflare-reverse-proxy
1.2k stars 1.04k forks source link

希望代理地址前面可以加http/https #26

Closed MingfuYAN closed 1 year ago

MingfuYAN commented 1 year ago

现在是 https://替换为你自己的域名.com/proxy/ api.openai.com/v1/chat/completions 替换为https://api.openai.com/v1/chat/completions 。想要 https://替换为你自己的域名.com/proxy/ https:// api.openai.com/v1/chat/completions。 看了下vercel rewrites的重写文档,还是没搞懂这个正则该怎么写。

gaboolic commented 1 year ago

有个朋友改了一下应该可以,https://github.com/gaboolic/vercel-reverse-proxy/pull/23 我还没验证 你可以试试

gaboolic commented 1 year ago

貌似有点问题,是vercel的问题,把路径里的//来了一个308跳转,把//变成了/,有点坑啊 例如 https://www.chunqiujinjing.com/proxy//https:/www.chunqiujinjing.com 会先308重定向到https://www.chunqiujinjing.com/proxy/https:/www.chunqiujinjing.com 这是vercel的问题