http://127.0.0.1:8000/ 在 Chrome 上不工作,但在 Internet Explorer 上工作正常
http://127.0.0.1:8000/ isn't working on Chrome but working fine on Internet Explorer
我最近在 Windows Server 2012 R2 上安装了 django。
当我 运行 python manage.py runserver
它告诉我使用 http://127.0.0.1:8000/
。它在 Internet Explorer 上工作,但在 Firefox 和 Chrome 中我收到以下错误。
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://127.0.0.1:8000/
Connection to 127.0.0.1 failed.
The system returned: (111) Connection refused
The remote host or network may be down. Please try the request again.
Your cache administrator is administrator.
未启用旁路代理。启用后有效。
我最近在 Windows Server 2012 R2 上安装了 django。
当我 运行 python manage.py runserver
它告诉我使用 http://127.0.0.1:8000/
。它在 Internet Explorer 上工作,但在 Firefox 和 Chrome 中我收到以下错误。
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://127.0.0.1:8000/
Connection to 127.0.0.1 failed.
The system returned: (111) Connection refused
The remote host or network may be down. Please try the request again.
Your cache administrator is administrator.
未启用旁路代理。启用后有效。