Philtron: a PHP Proxy for HTTP
Philtron is a filtering HTTP proxy, meaning it rewrites the HTML of the
web pages that pass through it in order to remove dangerous or annoying
javascript-s, popups and improve the anonymity of the user. It will be
different from the existing filtering solutions (most famous example -
Proxomitron, now discontinued) by avoiding hard-to-understand regular
expressions as a way to filter HTML and will also be extremely user
friendly - it is configured directly from the browser, on the fly as
you browse. It is intended for the large audience, one wouldn't need
programming background inorder to use the software.
Philtron is written in PHP, which means it's cross-platform and it's
safe from buffer overflows and similar bugs, which can appear in
low-level languages (c/c++). On the other hand the built-in regular
expressions make implementing HTTP and parsing incoming and outgoing
traffic very easy.
The proxy will fully implement HTTP/1.1 protocol, which means it can
download web pages and their requisites (images, flash movies etc)
fast and intelligent, even superior than some of the existing browsers
(for example Internet Exlorer doesn't use pipelining - one of the
advanced features of http/1.1 which greatly improves speed on
image-heavy pages) and will help http/1.0 clients communicate faster
with the http/1.1 servers (for example wget works faster through Philtron).
上一篇: 在MongoDB中sum某个字段
推荐阅读
-
Philtron: a PHP Proxy for HTTP
-
php中使用base HTTP验证的方法_PHP教程
-
php中http头设置函数header参数详解
-
swoole http server 整合 phalcon,ab测试,报php内存耗尽
-
PHP函数http_build_query使用详解_PHP
-
php header函数的常用http头设置_php实例
-
php中运用http调用的GET和POST方法示例,getpost
-
http://acm.hdu.edu.cn/showproblem.php?pid=1020大水题一个疑惑释
-
javascript - php如何模拟登录http://www.19lou.com/login, curl无法登陆成功
-
PHP简单实现HTTP和HTTPS跨域共享session解决办法,httpssession_PHP教程