Access-Control-Allow-Origin is not allowed by Access-Control-Allow-Headers
问题 I have two separate server,one is nginx with node ,and another one is django with django-rest-framework for build ding REST API,nginx is responsible for the REST API request,node takes care of client request, also i use polymer for the frontend .Below are a brief description: machine one: nginx:192.168.239.149:8888 (API listening address) forward to 192.168.239.147:8080 node:192.168.239.149:80 (client listening address) machine two: unicorn:192.168.239.147:8080(listening address) The process