Hello,
Does anyone know why I’m receiving the following error in every request I try to execute at the Swagger documentation that enables you to test the endpoints?
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method”,
“data”: {
“status”: 404
}
}
If there is an issue with the API itself, how can I try the API out without a HTTPS connection in localhost or a live website (which implies HTTPS)? I have tried to create a HTTPS connection in localhost with WordPress but I was not able to.
I would appreciate any help. Thank you in advance.