Hi,
I have a test project asp.net core. I tested it on Edge / Internet Explorer / Chrome and Firefox.
I've just got a error on EDGE. I recognized that if Request.Path has turkish character, I get this error... If request.path ( I mean it is url) has not turkish character, there is no problem.
I confused that there is no problem on Internet Explorer 11 when I tested on Explorer 11.
I think something is wrong on EDGE. You can see BAD REQUEST error but if I change my url http://localhost:50000/Sayfa/Uretim-Misyonumuz
Ü->U when it was, there is no error. why ?
Do you have any idea about this.