CRUD operations

How to perform CRUD operations using capacitors HTTP or Angulars HttpClient without running into CORS errors. I am not getting CORS error while doing API calls from POSTMAN.

CORS is something that should be addressed on the server, not in the Ionic app. See MDN.