QNetworkAccessManager (HTTPS-Request)
Solved
Qt for WebAssembly
-
Hello all.
I would like to make a web request with the QNetworkAccessManager on a web interface that only offers secure HTTP. I am aware that Qt 5.15 web assembly does not offer this, due to the missing SSL support.
So now the question is. Can't this be done in QML by JavaScript and return me the JasonObject in the C++ code? I have already tested it. However, it doesn't seem to work here either. Am I right here or am I doing something wrong?
-
Actually, it has built in https support, via wss://. Just specify the url as https:// as you would.
You just cannot specify which cypher to use.