Basic-Auth icon indicating copy to clipboard operation
Basic-Auth copied to clipboard

Basic Authentication handler for the JSON API, used for development and debugging purposes

Results 52 Basic-Auth issues
Sort by recently updated
recently updated
newest added

With the arrival of the WP-API into the Wordpress core, I am surprised that even though the api is now natively available, you still need plugins to authenticate. I tried...

I have implemented this plugin. It works great for non logged in user but for logged in user used via Postman, it shows the following. Could you please help solve...

I'm getting an error message when I'm attempting to update a post. How do I know if login is successful? I'm able to get a list of posts so the...

{ "id": "8PT597110X687430LKGECATA", "create_time": "2013-06-25T21:41:28Z", "resource_type": "authorization", "event_type": "PAYMENT.AUTHORIZATION.CREATED", "summary": "A payment authorization was created", "resource": { "id": "2DC87612EK520411B", "create_time": "2013-06-25T21:39:15Z", "update_time": "2013-06-25T21:39:17Z", "state": "authorized", "amount": { "total": "7.47", "currency":...

Hi, Been using the API for several months with no issues at all. Got my site ready for release and added an SSL to it. Ever since i constantly get...

I've installed and activated WP-API (v2) and Basic-Auth plugin, however, "Basic" does not appear in the list of authentication methods when querying /wp-json. ``` ... "namespaces": [ "wp/v2", "oembed/1.0" ],...

When i am trying to activate this plugin i am getting the below error Fatal error: Cannot redeclare json_basic_auth_handler()

Word Press: 4.6.14 WP REST API: v2.0-beta14 JSON Basic Authentication (/WP-API/Basic-Auth): v0.1 Chrome: V74.0 Firefox: 66.0.3 When I use this plugin with older versions of browsers it gives me 302...

It used to work perfectly, It suddenly stoped after upgrading to Wordpress 4.9.1 The error i get is {"code":"rest_cannot_create","message":"Sorry, you are not allowed to create posts as this user.","data":{"status":401}}