Techh Jork

Results 1 issues of Techh Jork

Trying WP API by Nodejs by Axios but getting Authentication issue ```curl curl -i -X POST \ -H --user admin:pass -H "Content-Type: application/json" -d '{"title":"POST TWO","content":"Two","status":"publish"}' http://www.test.localhost/?rest_route=/wp/v2/projects ``` Code in...