Pratz007-tech commented on pull request #781:
URL: https://github.com/apache/cordova-ios/pull/781#issuecomment-679859529


   > Code LGTM. 👍
   > 
   > I tested:
   > 
   > * `cordova platform add`
   > * `cordova build ios`
   > * Tested with default `config.xml`
   > * Tested with modified `config.xml`
   > 
   > ```
   > <platform name="ios">
   >   <allow-navigation href="cdv://*" />
   >   <preference name="scheme" value="cdv" />
   >   <preference name="hostname" value="foobar" />
   > </platform>
   > ```
   > 
   > * Tested with CORS request remote
   > * Tested with Fetch request remote
   > * Tested with Fetch request local file
   
   Can I configure scheme & hostname like scheme as http & hostname as myDomain 
? I tried but it still showed app:myDomain in origin while doing api calls.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to