400 Bad Request when i want to post in django? code example
Example 1: avoid bad request django
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
Example 2: avoid bad request django
ALLOWED_HOSTS = ['*']
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
ALLOWED_HOSTS = ['*']