Paste a URL, send a fetch() request, and inspect the status, headers, and response body that the browser
lets you see.
• If you omit the scheme, https:// will be added.
• If the server doesn’t enable CORS, the browser will block access to the response (you’ll see a network error).