Philtron: a PHP Proxy for HTTP

WBOY
Freigeben: 2016-06-23 14:30:36
Original
1184 Leute haben es durchsucht

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).



Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!