I have a web app that uses web API. I also have an Arduino which is connected to the network which is generating JSON data.
When i get the arduino to print the raw JSON data, and i paste it into postman in Chrome, and submit it, it works fine. But when the arduino prepares and sends the same data it gets a response code of 411.
So, I want to be able to see what data is being posted back to my IIS express instance so I can troubleshoot the issue further. Is this at all possible?