Nginx – Access-Control-Allow-Origin Header differences?
What is the difference between add_header "Access-Control-Allow-Origin" *; and add_header "Access-Control-Allow-Origin" $http_origin always; If I used both in a NGINX config what are the implications of that? Or can it only be one or the other? Previously I had a…