Closed IngoHohmann closed 4 years ago
I'm not getting that error... and got different errors in both Firefox and Chrome.
I fixed the Chrome error by changing some GETs to GET/ANY. The emulation was trying to reference non-existent functions in the web build (CALL*, FILE-TO-LOCAL, LOCAL-TO-FILE) and that's now an error with a plain GET-WORD!.
However, Firefox is just giving some enigmatic "unreachable" error. Would take research to figure that out. Everything is a moving target with this stuff, it keeps changing. :-(
But it seems that Chrome has no problem reading that URL. Maybe you could do some digging to figure out what's wrong (e.g. try reading that from a plain JS script with fetch() in your browser and see if you get the same error...)
First off, sorry, this is Firefox 81.0 on Linux.
And a plain fetch doesn't work either, but works from chrome, where CORS from Rebol works as well. Isn't it fun :-/
I'll try to test from other firefox versions.
Just when I posted this, I found out that it was a plugin interfering with CORS requests.
Now loading works again.
Thank you for the idea of trying plain fetch, which helped to point me in the right direction.
At least CORS to gitub doesn't work, I can't currently test other pages (I don't know any which should work).
And in the developer console: