I have had a search of the forum but can’t find a post which outlines exactly the same issue as I’m finding. Apologies if I’m repeating.
I’ve built a Capacitor app using @angular/common/http for api calls. All calls work in Android & web. On PC and on Mac Safari. But when I try to run both the web version and the iOS native app on my iPad the api calls fail with “origin https://MYSITE is not allowed by access-control-allow-origin”
My allowed origins in my back end contain:
'http://localhost:8100',
'http://localhost:8200',
'https://MYSITE,
'capacitor://localhost',
'http://localhost';
Does anyone have a similar experience with their app in iPad or can anyone offer any clues to a resolution?
Kind regards.