fetch
오래된 웹 사이트의 URL을 시도했는데 오류가 발생했습니다.
Fetch API cannot load http://xyz.
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://abc' is therefore not allowed access.
If an opaque response serves your needs, set the request's mode to 'no-cors'
to fetch the resource with CORS disabled.
메시지를 이해하고 불투명 한 응답을 반환하는 요청을 시도했습니다.
fetch("http://xyz", {'mode': 'no-cors'})
좋아, 이제 작동하지만 읽을 수 없습니다. = \
불투명 한 반응의 목적은 무엇입니까?
Status code
항상0
성공이라면status is never 200
어떻게 확인 합니까?