-
Notifications
You must be signed in to change notification settings - Fork 191
DefaultHttpResponse
does not account for other redirect status codes
#735
Comments
You mean the Is this theoretical or do you really want to send 307/308 in your app? |
Yup, that's the API. And no, it's not theoretical. |
What do you think about adding |
Putting this in Discussions now. Let's see if we get more feedback on these newer status codes. In the meantime, @smarts, you could write your own extension methods to get this functionality. |
True @muratg, but what I can't do is change the existing |
So even if we added this here you'd also want changes to MVC. |
Yes, @Tratcher. The |
Please file another bug on MVC. That can be implemented independent of this one. |
We are closing this issue because no further action is planned for this issue. If you still have any issues or questions, please log a new issue with any additional details that you have. |
Status codes 303, 307, & 308 are valid redirect codes and should be incorporated into
DefaultHttpResponse
. My guess is that 303 probably isn't a big deal, but the other 2 should definitely be handled.The text was updated successfully, but these errors were encountered: