$ errors.fyi/django/DisallowedHost 128 namespaces · 4,025 codes
django · django/DisallowedHost
DisallowedHost

DisallowedHost

Raised (as a SuspiciousOperation subclass) when the HTTP Host header does not match any entry in settings.ALLOWED_HOSTS. Results in a 400 Bad Request. Add the domain or IP address to ALLOWED_HOSTS, or set ALLOWED_HOSTS = ['*'] during local development.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT