I tried running this block, but it threw an error:
So I took out the URL block, and it reports nothing:

I visited the URL, and it worked fine:

This also works fine:
Does anyone know what's going on?
I tried running this block, but it threw an error:
Does anyone know what's going on?
This just means that scratch has decided to turn on CORS, basically making it so that only requests from allowed domains can access it (basically it will only work on the scratch website). However you can use a CORS proxy to bypass this restriction. This is a good simple one https://iajs-cors.rchrd2.workers.dev/
It's still not working:
Oh, okay. I didn't include the https://. Thanks!