Relative Content

Tag Archive for nginxcors.net-8.0

CORS issue in .net 8 web api with nginx

I have a .net 8 web api project running on ubuntu machine (AWS). I have configured nginx server configured with cors policy. So here nginx receives the request and redirect to port 5000 where actual .net app is running.