I am trying to make an API call to Tracks, but I continue to receive a 401 unauthorized error. For example, when I execute the following call:
curl -H ‘Accept: application/xml’ -H ‘Content-Type: application/xml’ -u username:password http://tracks.mydomain.com/
I continually receive the 401 error. I am not an expert in Rails and would appreciate some tips on how to troubleshoot the error.
