gpt4 book ai didi

node.js - 快速获取子域名

转载 作者:搜寻专家 更新时间:2023-10-31 23:00:18 25 4
gpt4 key购买 nike

有没有办法使用express router获取子域的变量。

假设我有 foo.example.com 我怎样才能得到 foo 的输出。

谢谢

最佳答案

在 Express 4.x 中,您可以使用 req.subdomains 属性。

// Host: "tobi.ferrets.example.com"
req.subdomains
// => ["ferrets", "tobi"]

引用:https://expressjs.com/en/4x/api.html#req.subdomains

关于node.js - 快速获取子域名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39730862/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com