tomcat - MS Edge sending one field in ajax request with bad …
This problem typically arises in web development due to a mismatch between character sets on the ajax request and receiver system. Everything tried in the question would normally resolve this issue, namely ensuring whichever character set is set as expected in the SetCharacterEncodingFilter matches that provided in the incoming web request contentType.