Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
298 stars 158 forks source link

Url are not rewritten correctly to go over the proxy when they are in css or js files. #77

Open qlic-git opened 7 years ago

qlic-git commented 7 years ago

When loading site through the proxy content loaded by the site in the proxy is resulting in 404 errors as the URLs in the CSS and JS files are not getting rewritten is there a known fix for this issue available?

Athlon1600 commented 7 years ago

Which site is not working for you?

qlic-git commented 7 years ago

Hey sorry for the late reply, for example on our site (http://www.qlic.nl) if we try to load the carousel at the bottom of the page it's not looking right. And another site (https://www.lyreco.com/webshop/NLNL/wslogin) the login is with ajax and it seems to not go over the proxy.

Athlon1600 commented 7 years ago

The first site seems to work just fine for me. Try it on: https://unblockvideos.com/

which uses the exact same php proxy script. Either way, not every site is going to work perfectly. Some piece of javascript logic inside that lyreco.com page is not being proxified correctly. I would try disabling javascript first and see where that gets you