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

instagram not working #13

Open soundreactor opened 6 years ago

soundreactor commented 6 years ago

instagram is not usable. : ( would it be hard to fix that?

jabbany commented 6 years ago

Yeah, instagram uses lots of JS magic to load resources so I'm not surprised it would break. knProxy can only handle very very basic rewriting of JS requests and those using relative URLs will fail quite badly.

Some sites have a non-JS mobile version but I'm not sure instagram does.

Not sure that it would be completely impossible but I would need to look into it some more.