Test12312321 / mirrorrr

Automatically exported from code.google.com/p/mirrorrr
0 stars 0 forks source link

base64 encode url #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice to base64 encode urls when serving back content to users. 
This way things are more obfuscated... especially the urls displayed in the
URL bar.

Original issue reported on code.google.com by bernard%...@gtempaccount.com on 9 Jul 2009 at 5:58

GoogleCodeExporter commented 9 years ago
I vote for this.

I followed the recommending article
http://www.labnol.org/internet/setup-proxy-server/12890/

And it doesn't work always. I think the most obvious one is that the target url 
is
not encoded/hashed, the most simple censoring algorithm -- by url matching can 
have
the mirrored url blocked because it contains the target url as plain text.

Original comment by roge...@gmail.com on 4 Mar 2010 at 1:02

GoogleCodeExporter commented 9 years ago
You can use the proxy through https.  That will encrypt the URL on the network 
and
then it will only be visible on your browser.

Original comment by krkee...@gmail.com on 5 Mar 2010 at 2:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
use SSL

Original comment by benchiangtech@gmail.com on 4 Apr 2010 at 4:01

GoogleCodeExporter commented 9 years ago
还是把地址编码吧,
1.不编码太容易被墙挡住了,
2.GAE的SSL好像已经被墙了,不能用了。

所以不编码好像几乎不可用。

Original comment by cle...@gmail.com on 25 Sep 2010 at 3:30

GoogleCodeExporter commented 9 years ago
我正在尝试修改代码,增加这个功能,不过好像比我想象的��
�麻烦。
我的代码现在可以通过单元测试,但是现实比单元测试的情��
�要多,还需要添加一些测试场景,
尝试中...

Original comment by cle...@gmail.com on 25 Sep 2010 at 3:33