1
Answer

How to handle url parameter containing special characters?

In a Web API application.
If the requested URL is like ".../api/foobar/htttp://www.foo.com"
If I must get "http://www.foo.com" as a string parameter in an action of a controller, how should I deal with this?

Answers (1)