1

This is the code that I am running:

var response = await http.get(
      Uri.parse(
        'https://arkiteki.co/api/v1/questions',
      ),
    );

Results:

Android: Works

Chrome: Error: XMLHttpRequest error.

MacOS: connection failed

Same code, different results. I need to get it working on Chrome. What could be happening?

Joel Castro
  • 485
  • 6
  • 20

0 Answers0