Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-10 Thread Jason Dolan
Hey Allen, Do you have an example of how to issue the HTTP POST request with QNetworkAccessManager and then hand off the response to QWebEngineView (including setting up the cookies)? I’m having trouble getting this to work. > On Mar 8, 2017, at 3:41 AM, Allan Sandfeld Jensen wrote: > > On T

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-08 Thread Allan Sandfeld Jensen
On Tuesday 07 March 2017, Jason Dolan wrote: > > On Mar 6, 2017, at 12:10 PM, Allan Sandfeld Jensen > > wrote: > > > > 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.

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-07 Thread Jason Dolan
> On Mar 6, 2017, at 12:10 PM, Allan Sandfeld Jensen wrote: > > 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

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Allan Sandfeld Jensen
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 ro

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Konstantin Tokarev
06.03.2017, 17:34, "Jason Dolan" : > 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. Note that you have an option to use QtWe

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Jason Dolan
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. Thanks! > On Mar 6,

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-05 Thread Kai Koehne
> Does anyone know of the best way to make a HTTP Post request with payload > data using QWebEngine? There's new API for this in upcoming Qt 5.9: https://codereview.qt-project.org/#/c/167422/23/ > The only possible solution I’ve found so fa