What are CORS errors and how to solve it?

You must have come across a situation where in you build a UI and connect to a remote API to fetch some data. The API works fine when accessed through postman or other rest client but when your UI calls the API, it fails. Why that happens? If you closely look into the error log …

What are CORS errors and how to solve it? Read More »