Answers for "nginx cors only get"

5

nginx enable cors

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

nginx cors error

location /api {
    add_header Access-Control-Allow-Origin *;
}
Posted by: Guest on December-28-2021

Browse Popular Code Answers by Language