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

miniProxy does not seem to be effective #89

Closed daiaji closed 7 years ago

daiaji commented 7 years ago

http://www.dlsite.com/home/work/=/product_id/RJ203903.html default Some of the links are not being proxied

BelleNottelling commented 7 years ago

miniProxy doesn't handle dynamic links if I'm not mistaken

joshdick commented 7 years ago

Duplicate of #56.

daiaji commented 7 years ago

@joshdick @BenNottelling 😢 Is the problem on the PHP?

BelleNottelling commented 7 years ago

The problem is from scripts loading links in after the page loads (like JavaScript) because miniProxy will only proxify all of the links once, but then more load in. I think I'm right