Hi,
I’m running the SVN trunk of tracks, via an Apache 2.2.4 web-server on linux. I’m trying to use the REST API for somethings and the authentication does not appear to be working. As per the examples:
curl --user myid:mypass http://myserver/contexts.xml
This always returns a 401 error.
Tested running
ruby scripts/server
and accessing via port 3000, and it works - so it appears there is an issue with the authentication mechanism when your rails app is running on top of Apache…
