Saya mencoba fetch
URL situs web lama, dan terjadi kesalahan:
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.
Saya mengerti pesannya, dan mencoba melakukan permintaan yang mengembalikan respons buram:
fetch("http://xyz", {'mode': 'no-cors'})
Ok, sekarang berfungsi ... tapi saya tidak bisa membacanya. = \
Apa tujuan dari tanggapan yang tidak jelas itu?
Status code
selalu0
, bagaimana cara mengecek apakah itu berhasil jikastatus is never 200
?