“nginx cors” Code-Antworten

nginx cors

#this work for cors only one is allowed
location / {
    add_header 'Access-Control-Allow-Origin' '*' always;
}
adens

nginx aktivieren cors

add_header Access-Control-Allow-Origin *;
Eager Echidna

Nginx CORS -Fehler

location /api {
    add_header Access-Control-Allow-Origin *;
}
GutoTrosla

Ähnliche Antworten wie “nginx cors”

Fragen ähnlich wie “nginx cors”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen