netptop / siteproxy

reverse proxy, online proxy, 反向代理,免翻墙访问Youtube/twitter/Google, 支持github和telegram web登录(请注意不要通过不信任的代理进行登录)。支持DuckDuckGo AI Chat(可免费访问chatGPT3.5和Claude3)
MIT License
2.08k stars 1.08k forks source link

访问参数问题 #82

Open yanboit opened 8 months ago

yanboit commented 8 months ago

比如http://localhost:5006/password/https/google.com ,,,把这个https与网址用个@来区别,最后效果是比如http://localhost:5006/password/https@google.com 或者直接用参数的方式http://localhost:5006/password/?url=https/google.com

netptop commented 8 months ago

参数的方式不行,因为和目标网站的参数冲突了。 使用@区分和使用/区分,区别不太大。 另外,www.netptop.com已经支持地址输入,可以更方便修改地址。 另外,https/这种前缀方式已经深入代码各个模块,修改起来比较麻烦。 暂时先保持原样。

yanboit commented 8 months ago

因为我把密码设置为/也就是空时,https会被解析为密码,自然密码就不能设置为空了

---原始邮件--- 发件人: @.> 发送时间: 2024年3月22日(周五) 上午10:48 收件人: @.>; 抄送: @.**@.>; 主题: Re: [netptop/siteproxy] 访问参数问题 (Issue #82)

参数的方式不行,因为和目标网站的参数冲突了。 使用@区分和使用/区分,区别不太大。 另外,www.netptop.com已经支持地址输入,可以更方便修改地址。 另外,https/这种前缀方式已经深入代码各个模块,修改起来比较麻烦。 暂时先保持原样。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

yanboit commented 8 months ago

比如http://localhost:5006/password/https/google.com ,,,把这个https与网址用个@来区别,最后效果是比如http://localhost:5006/password/https@google.com 或者直接用参数的方式http://localhost:5006/password/?url=https/google.com

因为我把密码设置为/也就是空时,https会被解析为密码,所以密码不能为空了

netptop commented 8 months ago

密码不能设置为空,回头我提供一个免密码的功能, 就是直接输入你的代理网站域名就行,不用再输入密码。