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#.

http://www.codeproject.com/kb/aspnet/asproxy.aspx


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -