使用connect创建http隧道

时间:2014-07-03 14:05:41

标签: c# http https proxy tunnel

美好的一天, 我需要通过本地代理服务器为http请求创建隧道。当Get请求通过http时,没有任何问题,但是,当它保留https时,我们有一个Connect请求。以下是对我的代理服务器的浏览器请求的示例

CONNECT google.ru:443 HTTP/1.0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Host: google.ru
Content-Length: 0
DNT: 1
Proxy-Connection: Keep-Alive
Pragma: no-cache

如果我将此请求发送给Google,我会返回0字节。你能告诉我如何设置数据交换吗?

0 个答案:

没有答案