How to build an ASP.NET Proxy Site -
i want build proxy site renders url.
given url, need replace html links, css links , js urls from
href="/original.htm"
to
href="http://www.myproxy.com/get?www.original.com/original.htm"
sort of.
how can do? there ready-to-use framework? use asp.net , c#.
Comments
Post a Comment