Django bad request (400) error resolution:
Solution:
ALLOWED_HOSTS = [
'.example.com', # Allow domain and subdomains
'.example.com.', # Also allow FQDN and subdomains
]
Similar Posts:
- 127.0.1.1 host address in Debian (Ubuntu) hosts file
- You may need to add ‘192.168.55.10’ to ALLOWED_HOSTS.
- How to Solve Error: postfix Relay access denied
- How to Solve ORA-21561 Error: OID generation failed
- Solutions to nsurlsession / nsurlconnection HTTP load failed in IOS 9
- [Solved] Unapp H5 Error: Access to XMLHttpRequest at ‘http://www.localtest.com/api/api/v1/job/getPositionList’…
- How to Solve Error: [Errno 11001] getaddrinfo failed
- “No module named context_processors”