I'm trying to get JSON response from a URL, but fetch API or XMLHttpRequest doesn't work due to the CORS. I also tried fetch() with mode: "no-cors" but seems the return isn't correct. All I need is simply see a specific keyword in the response JSON, when I send a GET request to a URL.
Does anyone have an idea on this?