joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
860 stars 544 forks source link

my simple php http proxy #53

Closed pejman-hkh closed 8 years ago

pejman-hkh commented 8 years ago

Hello, What do think about this : https://github.com/pejman-hkh/php-simple-http-proxy/

joshdick commented 8 years ago

It's a good start, but I don't see how this is a miniProxy issue?

pejman-hkh commented 8 years ago

I don't know too. this is my firsts activity in github. sorry if isn't a miniproxy issue. My solution for proxy is better than you. In first time i desicde to write a proxy simillar you. find every css and js and every url and proxy it on url. but in my solution don't need to do that. you config firefox to proxy to an ip and port and every things work very good. ( ajax request, css, js and ... )

joshdick commented 8 years ago

Thanks for clarifying.

miniProxy is designed for situations where users aren't able to change browser settings or install a new browser (usually because of restrictions put in place by an outside system administrator.)

Your approach can work in situations where users are able to change the system and/or browser proxy configuration. Additionally, Apache itself can be used as a proxy server, or a SOCKS proxy could be used instead.

pejman-hkh commented 8 years ago

Thanks for your answer