Basic-Auth
Basic-Auth copied to clipboard
Basic Authentication handler for the JSON API, used for development and debugging purposes
hi Everybody, I'm trying to use basic authentication with WP REST API v2 plugin (https://github.com/WP-API/WP-API). But whatever i tried the api returns "Sorry, you are not allowed to ...". Error....
No matter what I try I can't complete troubleshooter for AppMySite as it says "Your WooCommerce Consumer Key and Consumer Secret are not authorised." How does it authorise?
i try {{site}}/wp-json/wp/v2/posts/24?content=long_text_url_encode why got error 414 Request-URI Too Large The request URL is over the maximum size allowed! can you give me solution? thanks
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...
Hi, I have installed this plugin on my server and I am not being asked for authentication despite restarting Apache? Any help would be appreciated. [https://digitalmedia.rocks/wp-json/](Rest query) Thanks, Costa
#1 Issue fixed. PHP_AUTH_USER & PHP_AUTH_PW are now being set if PHP is using fast CGI
{ "code": "rest_not_logged_in", "message": "You are not currently logged in.", "data": { "status": 401 } } I get this error when I try to access https://balancingpawsdogtraining.com/wp-json/wp/v2/users/me using Basic AUth.... help...
Hi all, I am on the latest wordpress version so this may be the issue, however I get an recaptcha error every time I try to use Postman to log...