PHP Web代理或网站转发

时间:2012-08-03 15:15:50

标签: php web-applications

大家好!我访问像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.

我该如何管理?

2 个答案:

答案 0 :(得分:0)

我认为这会有所帮助 zend2.com

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

答案 1 :(得分:0)

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