You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/23 19:46:27 UTC

[GitHub] srivastava07 opened a new issue #381: Ajax fails when making request to sub-domain

srivastava07 opened a new issue #381: Ajax fails when making request to sub-domain
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/381
 
 
   I am opening in appbrowser with this code:
   
   `const browser = this.iab.create('https://www.example.com/login/','_blank',{location:'no'});`
   
   inside login, login page is making ajax to this url:
   
   **https://search.example.com:3000/zip/?keyword=1235**
   
   It is working fine with browser, but on real device it cancels automatically, here are screeshot while live debugging on real device
   
   ![image](https://user-images.githubusercontent.com/14073475/50387019-38cc4a00-0719-11e9-8861-3cc77984611d.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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