Re: [SailfishDevel] XMLHttpRequest

2014-07-07 Thread Piotr Tworek
Hi, It's probably not a good idea to ignore https verification errors in your app. Still, if you insist on doing it you could probably subclass QQmlNetworkAccessManagerFactory and override it's create method. This should allow you to create a custom QNetworkAccessManager to be used by QML engine.

Re: [SailfishDevel] XMLHttpRequest

2014-07-07 Thread Tone Kastlunger
The most obvious question : do you REALLY want to do it? Best, tk On Mon, Jul 7, 2014 at 1:06 PM, Mikael Hermansson wrote: > Hi! > > I have searched for this question on Qt/QML but can't find any answer so > far: > > Anyone knows if its possible to turn of ssl verification on https requests >

[SailfishDevel] XMLHttpRequest

2014-07-07 Thread Mikael Hermansson
Hi! I have searched for this question on Qt/QML but can't find any answer so far: Anyone knows if its possible to turn of ssl verification on https requests when using XMLHttpRequest object in QML? -- "Put mankind back on earth" ___ SailfishOS.or

[SailfishDevel] XMLHttpRequest and timeouts

2014-06-12 Thread Luca Donaggio
Hi all, I'm using an XMLHttpRequest object from a stateless javascript library to call some webservices. I understand that the implementation of this object provided by the Qt version currently used in SFOS lacks the "timeout" property (and, consequently, the "ontimeout" slot). As the web service