0

大家好!我在访问 facebook 等网站时遇到了一些问题,所以我需要使用 PHP 的 Web 代理。我已经寻找了许多开源网络代理,但我更喜欢自己编写。我想做这个:

http://www.mysite.com/facebook (which is located in remote server)
should open http://www.facebook.com ,
but it should not just open it,
the requests must be done using IP address of remote server.

我该如何管理?

4

2 回答 2

0

我认为这将有助于 zend2.com

facebook 使用 SSL 连接,因为某些 php 代理无法访问 facebook

于 2012-08-03T15:26:17.547 回答
0

尝试使用函数 fsock。您可以从这个简单的代理 http://sourceforge.net/projects/poxy/中学习

于 2012-08-03T15:31:14.940 回答