Why can’t I read the contents of the HTTP body?
CopyRequestBody=false
, referCopyRequestBody
参数;- There are already other Filter, Middleware read out body: By default, the
Request
insidehttp
is designed as a stream structure, so the data inside can only be read once. Most of the time, if you want to read it repeatedly, you have to make a copy of this request body yourself;