I have sucesfully implemented url routing in my web app, the one task is not complete.
I would like to route all request from
http://www.mydomain.com/?curl=http://www.google.com
to
http://www.mydomain.com/convert.aspx?curl=http://www.google.com
How to do that?