EtherDream / jsproxy

An online proxy based on ServiceWorker
MIT License
9.32k stars 3.61k forks source link

为什么./-----$WantProxyWebsite$有5个-啊 #313

Closed neila-a closed 2 years ago

neila-a commented 3 years ago

假如想访问的话,是./-----后面加网站,比如[./-----google.com](./-----jsproxy)啊! 直接./Google.com./?url="Google.com"不香吗???

Yandexkg commented 3 years ago

你是怕你域名多不够墙吃?

neila-a commented 3 years ago

那当然了

在 2021-05-23 12:50:38,Yandexkg @.***> 写道:

你是怕你域名多不够墙吃?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

by-justin commented 3 years ago

因為除了 jsproxy, 沒有其他網站的 url 裡面會包含五個 “-”

按照你的寫法, 如果我訪問 jump.example.com/?url=example.com, url 就會變成 jsproxy.xxx.com/?url=jump.example.com/?url=example.com, 然後 jsproxy 就會在兩個網址間左右橫跳, 然後報錯: too many redirections. 我建議你提 issue 之前先改掉試一下, 比如說把 ----- 改為 ?, 然後看看會發生什麼.