Stumped with API working in browser but not postman

I have this API endpoint: https://server.bloodmitra.org/dashboard/api/donors?name=kaitlyn.

If I try this from my browser I get json response:

But when I try it from Postman I get this error:

I’ve tried looking up issues, logging and logging out to clear local data but I just can’t figure out what the issue is.

Hi @funkiepie,

Cool name by the way :slight_smile:

You may need to enable the proxy in the Postman setting.

Cheers