-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout XMLHttpRequest not working in Android #26240
Comments
Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety? 👉 Click here if you want to take another look at the Bug Report issue template. |
Android requires HTTPS connections, please use HTTPS or disable HTTPS requirements for your app. Please see https://developer.android.com/training/articles/security-config |
I have test https but timeout not working in Android. I try to set any value. (0, 1000, 90000 ...) but not working. But it working in IOS |
HTTP timeout might not work properly due to historic reasons, so please use HTTPS from the beginning.
|
I use https but timeout don’t working. |
Have same issue... and with HTTPS requests :/ |
Hi All,
I have use XMLHttpRequest for request to server. I have set timeout = 90000ms and my request about 14000ms. But It usually have error.
My request is working on IOS and Postman, but it don't work on Android.
And more, I try set timeout = 0 (Infinite timer ) => it don't work -_-
The text was updated successfully, but these errors were encountered: