0

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?

2 Answers 2

1

Could you not just get the query string from url and then do a redirect?

Sign up to request clarification or add additional context in comments.

Comments

1

One way would be to handle the curl parameter in your Default.aspx page.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.