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
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.
> 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
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
---------
>> From: Interest on behalf
>> of Jason Dolan
>> Sent: Sunday, March 5, 2017 7:17:36 PM
>> To: interest@qt-project.org
>> Subject: [Interest] QWebEngine: Http POST request with payload data
>>
>> Does anyone know of the best wa
7:17:36 PM
> To: interest@qt-project.org <mailto:interest@qt-project.org>
> Subject: [Interest] QWebEngine: Http POST request with payload data
>
> Does anyone know of the best way to make a HTTP Post request with payload
> data using QWebEngine?
>
> In Qt4, you
Jason Dolan
Sent: Sunday, March 5, 2017 7:17:36 PM
To: interest@qt-project.org
Subject: [Interest] QWebEngine: Http POST request with payload data
Does anyone know of the best way to make a HTTP Post request with payload data
using QWebEngine?
In Qt4, you would do something like:
Q
Does anyone know of the best way to make a HTTP Post request with payload data
using QWebEngine?
In Qt4, you would do something like:
QNetworkRequest request(url);
request.setHeader(QNetworkRequest::ContentTypeHeader,
"application/x-www-form-urlencoded");
webView->load(request, QNetworkAccessMan