RTC Forums
November 23, 2024, 10:51:25 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
Pages: [
1
]
« previous
next »
Print
Author
Topic: RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10) (Read 5450 times)
Ecole7
RTC Expired
Posts: 23
RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
«
on:
April 17, 2017, 12:51:01 PM »
Hello,
WSockServTest tested with ws.html does not work with Firefox browser (52:01). It seems impossible to switch to websocket mode.
The test on the site
https://www.websocket.org/echo.html
is OK with Firefox.
Everything else seems perfect. But compatibility with some browsers may be a tricky thing.
Greetings
Vincent
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
«
Reply #1 on:
April 17, 2017, 01:55:00 PM »
Thanks for reporting this.
It was the automatic recognition of Web Socket upgrade requests, which was expecting the exact word "
Upgrade
" to be in the "Connection" request header, but "Mozilla Firefox" was sending "
keep-alive, Upgrade
" instead, so the
Request.WSUpgrade
property wasn't automatically set to TRUE on the Server.
I am preparing the next update now (v8.00 rc11), which fixes this by ignoring anything else that might be in the "Connection" http request header as long as the word "Upgrade" is found and the "Upgrade" header is also present, with the word "websocket".
Best Regards,
Danijel Tkalcec
Logged
Ecole7
RTC Expired
Posts: 23
Re: RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
«
Reply #2 on:
April 17, 2017, 02:13:30 PM »
Thanks for the quick response and very accurate diagnosis.
Vincent Blanc
Logged
Ecole7
RTC Expired
Posts: 23
Re: RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
«
Reply #3 on:
April 17, 2017, 05:27:37 PM »
Tested with rc11, Firefox compatibility issue corrected
Vincent Blanc
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: RTC WebSocket browsers compatibility (RealThinClientSDK_v800_rc10)
«
Reply #4 on:
April 17, 2017, 05:55:52 PM »
Thanks again for the feedback
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...