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

Failed to load resource 404 #81

Closed haniag closed 4 years ago

haniag commented 7 years ago

I am getting a lot of "Failed to load resource: the server responded with a status of 404 (Not Found)" error messages in Chrome console. The site in example is pandora.com, where js files are being called with an incorrect URL destination like:

http://[proxy ip]/web-version/0.36.0/smartconversion-index-js.a9b95df0fad31976a7f1.js

which should be:

http://[proxy ip]/proxy.php?https://www.pandora.com/web-version/0.36.0/smartconversion-index-js.a9b95df0fad31976a7f1.js

This causes the site not to load. Is this a bug or limitation? Do I need to changed anything in proxy/server settings?

joshdick commented 7 years ago

Possibly a duplicate of #56?

haniag commented 7 years ago

maybe, as I am not sure. However, I just want to make sure that there aren't any changes to be made for apache, etc.. as I also noticed that bbc and instagram sites also don't display.