Comments Authorization
-
The plugin doesn’t seems to work with Posting Comments. I received the response as follow when i made a POST /wp-json/wp/v2/comments/?post=1798&content=great project
{
“code”: “rest_comment_login_required”,
“message”: “Sorry, you must be logged in to comment.”,
“data”: {
“status”: 401
}
}Even I already included the Authorization in the header. Any suggestion how to make it works? Thanks
- The topic ‘Comments Authorization’ is closed to new replies.