While conducting an API call on a particular system, I encountered an error. Interestingly, I am able to obtain a response using curl and Postman with the same URL; however, Safari throws this error when employing Angular's $http.get() method.
The issue does not arise in production - it only occurs during development.
Upon researching this error, I found questions that were somewhat similar, but ultimately different from mine.