【发布时间】:2021-01-20 00:03:54
【问题描述】:
当我在 Django 中启用错误消息时,我不断收到此错误。我对此进行研究。这个币安东西是关于比特币的,它与我正在做的事情无关。 这是试图检查/访问我的 Django Web 应用程序的攻击吗?
Invalid HTTP_HOST header: 'api.binance.com'. You may need to add 'api.binance.com' to ALLOWED_HOSTS.
Report at /api/v1/time
Invalid HTTP_HOST header: 'api.binance.com'. You may need to add 'api.binance.com' to ALLOWED_HOSTS.
Request Method: GET
我查看了 api.binance.com。它就像一个 api,它说“好的” 您对此有何看法?
【问题讨论】:
标签: html python-3.x django https error-handling