I subscribe to a mass email service which, when an error occurs at their end, posts to a page on my website as an endpoint to notify me that an email has bounced.They describe it as follows:\[code\]The event data is sent in the POST request body using a JSON object.\[/code\]What I need to know is how can I capture the info posted to me?Currently I'm pointing them to a generic handler, a .ashx page, this can be changed to whatever as long as it's in .NET.In 10 years working with first classic ASP and now .NET I've never done this before and I must admit I don't even know where to start.