Edit Page

res.location()

Sets the "Location" response header to the specified URL expression (url).

Usage

#
res.location(url);

Example

#
res.location('/foo/bar');
res.location('foo/bar');
res.location('http://example.com');
res.location('../login');
res.location('back');

Notes

#
  • You can use the same kind of URL expressions as in res.redirect().

Is something missing?

If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the sails repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.

Reference

Reference