Qt 6.11 is out! See what's new in the release
blog
QML XHR Https Check
QML and Qt Quick
1
Posts
1
Posters
1.7k
Views
1
Watching
-
Hi, I've been trying to test HTTPS connection is working in QML XHR
I've encountered that in simulator every XHR to HTTPS is canceled in readyState == 1
No matter if I use https://google.com or some of my servers.
Is there any documentation about QML XHR and HTTPS (SSL/TLS) debugging/using?
Or a way how to check that it's not a certificate problem (server-side problem)...Thanks