After an upgrade from 1.23.x to 1.25.1 I get an 'mustposttoken' error when I try to edit a page via API:
"code":"mustposttoken","info":"The 'token' parameter was found in the query string, but must be in the POST body"
When I remove the token parameter from the query parameters and add the token parameter to the post body, I get
"code":"notoken","info":"The token parameter must be set"
Any ideas?
/Planetenxin