I am creating a simple web proxy (which you can see on here) .
Everything is working OK except that resources on the target page, e.x <script src="/js/myScript.js">
redirect to MY WEBSITE/js/myScript.js which does not exist, because it was never meant to be ran on my proxy.
How would I point all links / resources to be fetched through my proxy (I made ascirpt that gets resources). All I need now is to make links / resources go there.
Please help.