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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -