Re: [Interest] QWebSocketServer on iOS

2022-03-29 Thread Mårten Nordheim
: Tuesday, March 29, 2022 09:37 To: qt qt Subject: Re: [Interest] QWebSocketServer on iOS >> Can you confirm and possibly resolve ? I just created a secure websocket on localhost and it connected fine. Looks like iOS does not permit non-secure websockets on secure websites at all (on OSX this

Re: [Interest] QWebSocketServer on iOS

2022-03-29 Thread Alexander Carôt
Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Montag, 28. März 2022 um 19:41 Uhr > Von: "Alexander Carôt" > An: "Mårten Nordheim" > Cc: "qt qt" > Betreff: Re: [Interest] QWebSocketServer on iOS >

Re: [Interest] QWebSocketServer on iOS

2022-03-28 Thread Alexander Carôt
n: "Alexander Carôt" , "qt qt" > > Betreff: Re: Re: Re: [Interest] QWebSocketServer on iOS > > Is there anything printed out in the console of the browser? > And it shouldn't be needed, but you can try connecting to the > originAuthenticationRequired signal: > htt

Re: [Interest] QWebSocketServer on iOS

2022-03-28 Thread Mårten Nordheim
From: Alexander Carôt Sent: Friday, March 25, 2022 20:39 To: Mårten Nordheim; qt qt Subject: Aw: Re: Re: [Interest] QWebSocketServer on iOS Hej Marten, >> Just on the off-chance that it makes a difference - have you tried using >> ws://localhost instead

Re: [Interest] QWebSocketServer on iOS

2022-03-25 Thread Alexander Carôt
;Mårten Nordheim" > An: "Alexander Carôt" , "qt qt" > > Betreff: Re: Re: [Interest] QWebSocketServer on iOS > > Hey again, > > Just on the off-chance that it makes a difference - have you tried using > ws://localhost instead of 127.0.0.1? > If no

Re: [Interest] QWebSocketServer on iOS

2022-03-25 Thread Mårten Nordheim
: Thursday, March 24, 2022 17:51 To: Mårten Nordheim; qt qt Subject: Aw: Re: [Interest] QWebSocketServer on iOS Hej Marten and all, >>though on mobile devices you may be subject to your application >> being put to sleep when it goes into the background. Meantime this is what I ran into wh

Re: [Interest] QWebSocketServer on iOS

2022-03-24 Thread Alexander Carôt
t. -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Dienstag, 22. März 2022 um 12:43 Uhr > Von: "Mårten Nordheim" > An: "Alexander Carôt" , "qt qt" > > Betreff: Re: [Interest] QWebSocketServer on iOS > > He

Re: [Interest] QWebSocketServer on iOS

2022-03-22 Thread Thiago Macieira
On Tuesday, 22 March 2022 08:43:36 -03 Mårten Nordheim wrote: > Hello Alex, > > There's no reason why listening to a port on iOS shouldn't work, though on > mobile devices you may be subject to your application being put to sleep > when it goes into the background. > > Mårten. There may also be

Re: [Interest] QWebSocketServer on iOS

2022-03-22 Thread Mårten Nordheim
: Monday, March 21, 2022 10:24 To: qt qt Subject: [Interest] QWebSocketServer on iOS Hi all, I have an application running a QWebSocketServer::NonSecureMode on localhost and I am using a web browser to connect. This works fine on OSX, Linux and Windows so far. However, I just ported the app

[Interest] QWebSocketServer on iOS

2022-03-21 Thread Alexander Carôt
Hi all, I have an application running a QWebSocketServer::NonSecureMode on localhost and I am using a web browser to connect. This works fine on OSX, Linux and Windows so far. However, I just ported the app to iOS and here it has so far not been possible to establish a connection yet. Before