1 2 3 4
| add_header Access-Control-Allow-Origin 'https://example.com'; add_header Access-Control-Allow-Credentials true; add_header Access-Control-Allow-Methods 'GET,POST,PUT,DELETE,OPTIONS'; add_header Access-Control-Allow-Headers 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Access-Token';
|