Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
RedirectHandler doesn't copy the body for patch requests which causes validation errors.
Expected Behavior
Copy the body for any request that may contain a body.
Steps To Reproduce
Use any version of Microsoft.AspNetCore.Mvc.Testing
that's above or equal to 7.0.0
(the problem doesn't exist in earlier version).
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response