diff --git a/reference/res/res.status.md b/reference/res/res.status.md index 9d1a8badf..bf2bd6e01 100644 --- a/reference/res/res.status.md +++ b/reference/res/res.status.md @@ -16,6 +16,7 @@ res.send('I am a teapot'); ### Notes >+ The status code may be set up until the response is sent. >+ `res.status()` is effectively just a chainable alias of Node's `res.statusCode = …;`. +>+ As of Sails v1.x, for HTTP requests, `res.redirect()` [does not respect the status code established by `res.status()`](https://github.com/balderdashy/sails-docs/pull/796#issuecomment-284224746).