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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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