Page 1 of 1

HTTPS不能跳转HTTP吗?

Posted: Nov 29 2011, 19:15
by funnyPC

Code: Select all

[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Force Jump HTTP to HTTPS  [myself] (Out)"
URL = "($LST(HTTPS+)/*)\0&$JUMP(https://\0)"
测试通过,http://youknowntoomuch.com redirect to https://youknowntoomuch.com

但是

Code: Select all

[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Force Jump HTTPS to HTTP  [myself] (Out)"
URL = "($LST(HTTPS-)/*)\0&$JUMP(http://\0)"
却不行,https://nothingtohide.com redirect to https://http,哪里有问题?

Re: HTTPS不能跳转HTTP吗?

Posted: Nov 30 2011, 23:47
by phoenix
https 的时候浏览器会进入一个加密隧道的状态,这之后 proxomitron 的 redirect 起不到预期的作用。