AS.NET WEB API Global Exception Handler Cannot Access Request Content
问题 I'm trying to log information about the request that has caused an exception. I'm trying to read the Content of the request attached to the ExceptionHandlerContext below :- Although I can access other parts of the request object, its content is always empty. It seems by this point in the pipeline it has been disposed. Is there a way to capture the request body this far up the stack? public class GlobalExceptionHandler : ExceptionHandler { public override void Handle(ExceptionHandlerContext