[Interest] QWebEngine: Http POST request with payload data

Allan Sandfeld Jensen kde at carewolf.com
Mon Mar 6 18:10:09 CET 2017


On Monday 06 March 2017, Jason Dolan wrote:
> Ahh, of coarse there is a solution in the *next* release.  I feel like
> that’s always the case with QWebEngine since Qt 5.0.  Well, I guess it
> takes a while for it to become a full fledged replacement for QWebkit.
> 
> Guess I’ll go the Javascript route until we migrate to Qt 5.9.
> 
Another option is to use QNetworkAccessManager, especially if you don't need 
the response body, though even if you do, you could try to inject it with 
QWebEnginePage::setData().

Best regards
`Allan



More information about the Interest mailing list