Nodejs with nginx CSRF verification failed. Request aborted
问题 I am new to nginx, i manage to run multiple Nodejs projects on single server with different ports. I used my domain to call my Nodejs apis. when I try to call my api from android error is throwing. if I replace domain with IP address all api cals are working fine. with domain name api call it shows Forbidden (403) CSRF verification failed. Request aborted. You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons,