When I run js on my site to fetch demons listed and players ranking, the CORS header is missing so request fails, console gives the following:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pointercrate.com/api/v2/demons/listed/?limit=75&after=0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pointercrate.com/api/v1/players/ranking/?name_contains=. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403.
When I run js on my site to fetch demons listed and players ranking, the CORS header is missing so request fails, console gives the following:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pointercrate.com/api/v2/demons/listed/?limit=75&after=0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pointercrate.com/api/v1/players/ranking/?name_contains=. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403.