readme.txt

来自「开发一个代理服务器」· 文本 代码 · 共 11 行

TXT
11
字号
You should follow my direction:
1.in the cmd.exe,first enter"telnet localhost 8000"
then my program create a connection with the server,
enter a "GET......"command like this:GET http://www.icarnegie.com/index.html HTTP/1.0
or you can add a new port like this:GET http://www.icarnegie.com:80/index.html HTTP/1.0

2.if you use the IE brower,you must change the Server to my proxy server
then enter like this:http://www.icarnegie.com/index.html

3.of course you can create many connection

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?