minskowl
Hello everyone.
How to on client side determine server version on client side?
Thanks in advance
Giuseppe Corti
Hi minskowl,
Unfortunately, there is no chance in the APIs client-side to retrieve the server version.
Regards,
Giuseppe
Alessandro Alinone
Server version is reported in the header of the HTTP response, unless explicitly removed from the configuration of the server.
So, your client might do a simple HTTP request to the Lightstreamer Server just to retrieve its version.
Hope that helps