Edit Page

req.subdomains

An array of all the subdomains in this request's URL.

Usage

#
req.subdomains;

Example

#

If the requested URL was "https://ww3.staging.ibm.com":

req.subdomains;
// -> ['ww3', 'staging']

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