前幾天在相開發時使用什么的樣域名比較好呢?
之前使用到 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