Answers for "allow cors nginx for localhost"

3

nginx enable cors

add_header Access-Control-Allow-Origin *;
Posted by: Guest on April-13-2020
1

cors access-control-allow-origin header to nginx

add_header 'Access-Control-Allow-Origin' 'origin'
Posted by: Guest on March-07-2021

Browse Popular Code Answers by Language