We were able to send JSONdata as string to a webservice from windows 8.1 machine. But on Windows 10 machine, the JSON data is not correctly sent to the service. A part of the data is getting truncated and because of which the server throws 400 error. On debugging, the JSONdata in JSON viewer in visual Studio 2015 shows the data correctly but when viewed in Text Visualizer, it does not show all the data. Also copying the data from string and pasting it to the notepad, half the data is truncated. The serialization is done using the Nuget packages for Newtonsoft.Json , version 6.0.8.
Has anyone faced any similar issue ? Seems very lame though, but still cannot figure out the problem. Please help.
Thanks and Regards, Akhila