I\'m trying to access a request\'s raw input body/stream in ASP.net 5. In the past, I was able to reset the position of the input stream to 0 and read it into a memory strea
I just had this same issue. Remove the parameters from the method signature, and then read the Request.Body Stream how you want to.
Request.Body