json REST API HTTP/406 error
Added by Daniel Gruen over 13 years ago
Hi,
I'm trying to access redmine-1.1.2 (fresh upgrade from 1.0.4) with the REST api but am getting contradictive results that I'm not able to track down:
wget my.server.url/projects.xml
works and downloads list of projects correctly, similar for issues.xml
wget my.server.url/projects.json
causes a HTTP/406 error
wget my.server.url/issues.json
works fine
wget my.server.url/users/current.json causes a HTTP/404 error
Do you know what could be the cause for this or do you have any idea how I could find out?
Cheers,
Daniel