Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at
- motorcb
- Member | 552
Hello,
I have simple API in Nette. That is OK.
When I want to call the API from React, is there Error: Cross-Origin
Request Blocked: The Same Origin Policy disallows reading the remote resource at
https://xxx.com/api/v1/users. (Reason: CORS request did not
succeed). Status code: (null).
How to fix it?
Thanx