You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
# Always set these headers for CORS.
Header always set Access-Control-Max-Age 1728000
Header always set Access-Control-Allow-Origin: "*"
Header always set Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT"
Header always set Access-Control-Allow-Headers: "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,C$
Header always set Access-Control-Allow-Credentials true
But i not helps. What i can do?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
i have this problem that i get Cross-Origin error if Client want call http://localhost:3000/api/login.
i have add a .htaccess with this inside:
######################
Handling Options for the CORS
###################
Add custom headers
But i not helps. What i can do?
Thank you in advance.
The text was updated successfully, but these errors were encountered: