This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
RedirectResult should support preservation of HTTP method #5609
Closed
Description
Status codes 303, 307, & 308 are valid redirect codes and should be incorporated into RedirectResult
and the corresponding controller methods. My guess is that 303 probably isn't a big deal, but the other 2 should definitely be handled.
Similar issue: aspnet/HttpAbstractions#735