In React the API returning http 200 OK with blank response body in browser
I’m experiencing an issue where an API works fine when tested in Postman but returns a blank response when accessed through my application in a Chrome browser. The API call receives a status code of 200 OK, but the response body is empty.