Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internet Explorer cyrillic symbols parameter in URL

I'm writing an MVC4 Web Application. And I have one issue, when I use some custom URL with parameters, what is with cyrillic symbols, it's not display correctly in IE ( any version ). But in anather browsers all OK! Example:

http://192.168.241.87:8085/Home/Person?name=Андрей

it's looks like this:

http://192.168.241.87:8085/Home/Person?name=??????

P.S. I can't handle how to create a URL link. And i tryed to handle it with encoding on server side ( with HttpUtility.UrlPathEncode, HttpUtility.UrlEncode, globalization parameters <globalization requestEncoding="utf-8" /> and tryig to encode it with javascript) - but it's not works!

like image 204
Shinigami302 Avatar asked Nov 02 '22 12:11

Shinigami302


1 Answers

This question may have been answered in another post. Did you find the solution? Please try this answer in the following link

like image 75
Robert Achmann Avatar answered Nov 15 '22 06:11

Robert Achmann