I have created a HttpModule to capture requests for auditing purposes.
For Ajax requests to a web method I would like to also log the JSON data associated with the r
The stream can't be read as far as i know. You might write you own handler, then buffer the stream, by reading and writing to another stream.
To parse the JSON part you might try
System.Web.Script.Serialization.JavaScriptSerializer.DeserializeObject(string input);