Cyrillic letters GET request in REST web service
See the question and my original answer on StackOverflowYou could try to change your web.config like this:
<system.web>
<globalization requestEncoding="iso-8859-1" ... other stuff... />
</system.web>
Note it could have some other side effects on your app.