Всем привет! Ребят, такое дело, что у меня есть ссылка на открытый API. Если через браузер вбить ссылку или через Postman, fetch Web API с браузера открывать (Get request), то всё ок, работает отлично. Мне нужно в компоненте сделать запрос и получить данные, но вместо этого от CORS получаю ошибку: has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.