国外代理服务器

国外代理服务器,第1张

Online-Browser免费在线代理服务器,服务器放置在美国,采用glype在线代理系统,页面简洁,没什么广告,默认网页编码为utf-8,对于非utf-8的网页支持不好,如访问网页出现乱码,鼠标右键点击网页,d出菜单中点“编码”,再点“简体中文并闹高(GB2312)”即可解决。Online-Browser免费在线代理可以支持SSL,访问Gmail等https网站没有问题。

在页面中间地址栏中输入你要访问的网站网址,再点右边的“Go”弯滚按钮即可用Online-Browser网页代理浏览到你绝尺想上的网站了! 网址: http://www.online-browser.com

PHP 代理陵携脚本 php-proxy

php-proxy 是基于 PHP,Symfony 和 cURL 的代理脚本,这个库借鉴了 Glype,Jenssegers proxy 和 Guzzle 的经验。

示例

require('vendor/autoload.php')

use Proxy\Http\Request

use Proxy\Proxy

$request = Request::createFromGlobals()

$proxy = new Proxy()

$proxy->getEventDispatcher()->addListener('request.before_send'尺纤伏竖搜, function($event){$event['request']->headers->set('X-Forwarded-For', 'php-proxy')})

$proxy->getEventDispatcher()->addListener('request.sent', function($event){if($event['response']->getStatusCode() != 200){die("Bad status code!")

}

})

$proxy->getEventDispatcher()->addListener('request.complete', function($event){$content = $event['response']->getContent()$content .= '<!-- via php-proxy -->'

$event['response']->setContent($content)})

$response = $proxy->forward($request, "http://www.yahoo.com")// send the response back to the client

$response->send()

Athlon1600 / php-proxy

Watch17 Star73 Fork36

A web proxy script written in PHP and built as an alternative to Glype. — More...

https://php-proxy.com

Issues

#25Install in Laravel 5.2 encountered a bugby cynhard 2016-11-28#38transfer-encoding: chunked misleads browserby h2g-internetagentur 2016-11-14#37Better content-type checkby JClerc 2016-11-08#19Gmail cookies problemby AoiRei 2016-10-24#40Google Drive &&Dropbox


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8200575.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-14
下一篇 2023-04-14

发表评论

登录后才能评论

评论列表(0条)

保存