Cannot access a disposed object. Object name: ‘HttpRequestStream’
I’m trying to read the request body with the code below with Net Core, but I’m getting an error.
I’m trying to read the request body with the code below with Net Core, but I’m getting an error.