React(이형 앱)에서 API 호출 시 'Access-Control-Allow-Origin' 문제 발생 리액트와 익스프레스를 사용하는 동형 자바스크립트 앱에 문제가 생겼습니다. 내 컴포넌트가 마운트되면 actios.get을 사용하여 HTTP 요청을 하려고 합니다. componentDidMount() { const url = 'http://ufc-data-api.ufc.com/api/v3/iphone/fighters/title_holders'; axios.get(url).then( res => { //use res to update current state }) } API에서 상태 200 res가 표시되지만 응답 데이터가 표시되지 않고 콘솔에 오류가 표시됩니다. XMLHttpRequest cannot l..