FranGhe commented on issue #1299:
URL: https://github.com/apache/cordova-ios/issues/1299#issuecomment-1477006274

   Thanks for your support... 
   talking about the request from my app to my server to a file php there isn't 
problem because this is my php code:
   ```
   <?php
   header('Access-Control-Allow-Origin: *');
   ...
   ```
   my problem is only when I want read an image file to download... as example:
   https://www.mySite.xx/img/logo.jpg
   https://www.mySite.xx/img/img1.jpg
   https://www.mySite.xx/img/img2.png
   ... ecc
   
   in this case how I can do to not have CORS problem?... I can't write in a 
binary file... 
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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