I can retrieve and delete comment with the api just fine, but there is no methods to create a post right now in 1.2.1 . I already extended the api for other matters ( easier access to meta data) , but I’m having trouble extending the routes for comment manipulation.
When I try to send a POST request, this status code is returned:
301 Moved permanently, and it sends a new GET request without params, returning me all the existings comments …
Am I doing something wrong here, or is there a solution ?
(@nkogo)
11 years ago
Hello,
I can retrieve and delete comment with the api just fine, but there is no methods to create a post right now in 1.2.1 . I already extended the api for other matters ( easier access to meta data) , but I’m having trouble extending the routes for comment manipulation.
When I try to send a POST request, this status code is returned:
301 Moved permanently, and it sends a new GET request without params, returning me all the existings comments …
Am I doing something wrong here, or is there a solution ?
https://ww.wp.xz.cn/plugins/json-rest-api/