I receive cors restrictions even though I set headers in apache and nginx settings and I receive:
```
I also tried .htaccess and headers apply as it should but I still receive stricted cors.
I tried to login via terminal and change headers from there, but I can't get access to root user to change file.
What should I do?
```
- access-control-allow-credentials:
true - access-control-allow-headers:
X-Requested-With,Content-Type,Authorization - access-control-allow-methods:
GET, POST, PUT, DELETE, OPTIONS - access-control-allow-origin:
* - access-control-max-age:
864000
I also tried .htaccess and headers apply as it should but I still receive stricted cors.
I tried to login via terminal and change headers from there, but I can't get access to root user to change file.
What should I do?