Django REST app returns 502 Bad Gateway on HTTP requests containing data once hosted on GAE

后端 未结 0 1117
遥遥无期
遥遥无期 2020-12-04 01:06

I created simple Django REST app and allowed all of the hosts for CORS in my settings.py using:

ALLOWED_HOSTS = [\'*\']

CORS_ALLOW_CREDENTIALS =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题