You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/09 05:01:12 UTC

[GitHub] [cordova-plugin-whitelist] luisd-morales opened a new issue #65: After updating plugin 1.3.5 error in http request

luisd-morales opened a new issue #65:
URL: https://github.com/apache/cordova-plugin-whitelist/issues/65


   # Bug Report
   After updating plugin 1.3.5 error in http request
   ## Problem
   
   when I update the plugin 1.3.5 and cordova to 10.0.1 my application that worked correctly... stopped working
   
   ### What is expected to happen?
   
   the plugin works normally with http settings or mixed content
   
   
   ### What does actually happen?
   
   after updating the application same error  Mixed Content: The page at 'https://localhost/index.html' was loaded over HTTPS, but requested an insecure XMLHttpRequest
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   My config.xml
   
   <allow-navigation href="*" />
           <allow-intent href="http://*/*" />
           <allow-intent href="https://*/*" />
           <allow-intent href="tel:*" />
           <allow-intent href="sms:*" />
           <allow-intent href="mailto:*" />
           <allow-intent href="geo:*" />
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Android and IOS
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   cordova: 10.0.1
   whitelist plugin: 1.3.5
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org