In the middle of developing a Web Api 2 REST service, we have discovered a routing problem. The endpoint is as follows:
.../{email}/...
The problem is that the e
UrlEncodeUnicode and UrlDecode should be helpfull in your case.