I am developing capacitor app using ionic where as per new iOS version it cannot allow to use http or https because it's reserved scheme in iOS. So when the app ran it starts with capacitor://localhost and when I tries to add in azure function CORS it won't allow me to add scheme other than http / https.
One possible work around is API Management (NOT 100% sure). But my question here is why can't we use default Azure Function CORS other than http or https?