I created simple Django REST app and allowed all of the hosts for CORS in my settings.py using:
settings.py
ALLOWED_HOSTS = [\'*\'] CORS_ALLOW_CREDENTIALS =