I\'m working with an odata api, and when I\'m using postman to do a GET request, works perfect and I get the response as I was expecting.
But when I use a fetch req
You are experiencing a CORS issue, in order to get past it you need to enable CORS on your backend.