Getting Redmine version using REST?
Added by Arjen Schipmolder almost 14 years ago
Hi guys,
I've been going over the REST API in 1.1 and so far it works really well but is it possible to find the Redmine server version using the API?
I've checked the responses and the HTTP headers but couldn't find it.
Does anybody know how I can find the server version? Otherwise I'll log a feature request.
Thanks
Skip
Replies (2)
RE: Getting Redmine version using REST? - Added by Felix Schäfer almost 14 years ago
Showing the version in any public-facing fashion has been discontinued some time ago to make finding potentially vulnerable redmine installations harder.
RE: Getting Redmine version using REST? - Added by Arjen Schipmolder almost 14 years ago
Thanks Felix, that makes perfect sense. I just hadn't thought about that aspect.
I guess I'll just detect the version in a different way, like what REST API call does and doesnt work etc but that should be fine.