ฉันพยายาม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
?