jabbany / KnProxy

Lightweight, PHP-based Web Proxy that can utilize whatever remote connecting ablities your server has to offer. It should work out of the box. No configuration needed. For educational purposes.
http://www.sourceforge.net/projects/knproxy/
MIT License
166 stars 72 forks source link

passing url to script #5

Closed m4gz closed 10 years ago

m4gz commented 10 years ago

Thanks knProxy is awesome! But how i can pass url to script, for example i want to make mysite.co/github.com to be avalible to access site throught proxy. Thanks!

m4gz commented 10 years ago

Iv found how it make, but i need to remove decode of the urls, how can i do it?

jabbany commented 10 years ago

You can change includes/module_encoder.php's encode and decode to just return the input.

m4gz commented 10 years ago

Yeah i get it but that proxy dont works with some website (

jabbany commented 10 years ago

Yes, it depends on how much JS is used in the website. KnProxy tries to cover many general cases but there are websites we miss. If you have a specific site that does not work, you can provide us with the URL and a description of the problem.

Some features known to not work:

Update Comment Cancel load