php-proxy icon indicating copy to clipboard operation
php-proxy copied to clipboard

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

Open qlic-git opened this issue 8 years ago • 3 comments

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?

qlic-git avatar Sep 22 '17 10:09 qlic-git

Which site is not working for you?

Athlon1600 avatar Sep 23 '17 13:09 Athlon1600

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.

qlic-git avatar Sep 25 '17 11:09 qlic-git

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

Athlon1600 avatar Sep 30 '17 01:09 Athlon1600