QUESTION:
How do I determine the Traverse Release without logging on to the web application?
RESOLUTION:
In the example below, replace mytraverseserver_url.domain.com with the URL for your Traverse server
curl -s -S http://mytraverseserver_url.domain.com | grep title
The output would be similar to below, in this instance indicating the server is at Traverse 9.1.025
<title>Traverse: Login [9.1.025-GA-2016-02-24 12:11]</title>
Note: -s is silent mode, -S displays errors when in silent mode (https://curl.haxx.se/docs/manpage.html)
APPLIES TO:
All versions of Traverse