Trying to POST a set of events to /tracker, I get a 500 error:
{"httpStatus":"Internal Server Error","httpStatusCode":500,"status":"ERROR","message":"org.hisp.dhis.security.apikey.MethodAllowedList"}
A GET to /tracker/events works.
My token has POST allowed, so I’m not sure what’s going on here (and 405 would be a more correct error code anyway if the method isn’t supported). Is this a data validation error in disguise? Something else?
Thanks for any pointers.
5 posts - 2 participants