Fix nginx Cors Issue with APP (no app code change)

Cerrado Publicado hace 3 años Pagado a la entrega
Cerrado Pagado a la entrega

POST calls are failing with CORS issue.

There is some nginx configuration required to fix the issue.

I already tried below -

if ($request_method ~* "(GET|POST)") {

add_header "Access-Control-Allow-Origin" "*" always;

}

# Preflighted requests

if ($request_method = 'OPTIONS' ) {

add_header 'Access-Control-Allow-Origin' "*" always;

add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';

add_header 'Access-Control-Allow-Headers' 'Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With' always;

add_header 'Access-Control-Max-Age' 1728000;

add_header 'Content-Type' 'text/plain; charset=utf-8';

add_header 'Content-Length' 0;

return 204;

}

Access to XMLHttpRequest at '[login to view URL]' from origin '[login to view URL]' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

vendors~[login to view URL]:1 POST [login to view URL] net::ERR_FAILED

Nginx PHP Apache JavaScript Seguridad web

Nº del proyecto: #29453355

Sobre el proyecto

4 propuestas Proyecto remoto Activo hace 2 años

4 freelancers están ofertando un promedio de ₹1770 por este trabajo

gattes

Hi there, I have over 10 years of experience with Linux and webservers and I think I can help you with this. Ping me and I will. Cheers mate.

₹2778 INR en 1 día
(6 comentarios)
3.4
ColePLX

Hello, I believe I can help you with this pretty quickly. :) I've been working with webhosting and nginx for the last 12+ years now and at the moment I work for a brazilian cloud hosting startup with thousands of cli Más

₹1050 INR en 1 día
(4 comentarios)
2.7
srinivasan257

Hi I’m srinivasan working has an software engineer in Bangalore. I have closely 5 years of experience in IT industries. I’m interested to help you on this issue. Kindly let me know your thoughts. Awaiting for your repl Más

₹1000 INR en 1 día
(0 comentarios)
0.0
shaffikhan713

Hi we do have the same approach for our applications setup on nginx and I believe that by using the same method that you have applied it should fix the issue. For some minor issue I think it is not working. Let me kno Más

₹2250 INR en 3 días
(0 comentarios)
0.0