Express detect if request came from a subdomain? Express detect if request came from a subdomain? express express

Express detect if request came from a subdomain?


Use req.subdomains, this will give you a list of subdomains used in the url. Here's where I got the information from.