What is the advantage of having a domain name (spotilocal) that resolves to 127.0.0.1?

后端 未结 6 1652
我在风中等你
我在风中等你 2020-12-29 22:42

Not sure if this is best suited to Programmers, Server Fault or Stack Overflow. It\'s not, however, a question about developing for Facebook.

6条回答
  •  天涯浪人
    2020-12-29 23:19

    the biggest reason for us when designing it was so that it would work with https without a mixed-content warning. Getting a cert for a real domain is a lot easier than getting one for 127.0.0.1.

提交回复
热议问题