前几天在相开发时使用什么的样域名比较好呢?
之前使用到 localhost,但只是本地开发,使用 test.com 感觉又不专业。
后来发现了一些指向 127.0.0.1 的域名,比如 localtest.me 可以泛域名都指向 127.0.0.1。
之前更有意思,谷歌将 .dev 直接用于 开发域名,指向 127.0.53.53,而且新版的 Chrome 强制定向 https。
也就是说在开发时就会规范协议,使用 https 开发(需要自签证书了)。
以后开发又多出一个可用的域名 *.dev
参考链接:
搭建https 服务器:https://yangbo.tech/2016/08/19/local-https-server-with-custom-domain-in-1-minute/
https://laravel-china.org/articles/7035/chrome-forcibly-converts-thedev-domain-name-to-https-as-of-the-v63-version