apache / apache/cordova-plugin-inappbrowser
Ajax fails when making request to sub-domain
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
I am opening in appbrowser with this code:
`const browser = this.iab.create('https://www.example.com/login/','_blank',{location:'no'});`
inside login page there is an 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

Contributor guide
Research direction
Reproduce the `this.iab.create` call on a real device and compare it with browser behavior, recording the device platform and the AJAX cancellation details. The report names no source file or test; done means identifying the cause of the cancelled request to the sub-domain on port 3000 and documenting a reproducible result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100