XMLHttpRequest not working properly on android with https
Mobile and Embedded
1
Posts
1
Posters
787
Views
1
Watching
-
I can't get XMLHttpRequest to work on android for https, I know there's a bug report for that, it's here https://bugreports.qt-project.org/browse/QTBUG-32758, so I followed this http://qt-project.org/doc/qt-5/opensslsupport.html to link against ssl, with few issue with the versioning https://bugreports.qt-project.org/browse/QTCREATORBUG-11237#comment-227897, finally I was able to link, but my request is still empty, have anybody experienced such issue and have a solution? Thanks!