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

Hi guys, I hope you can help me with this , I set up a local copy with Bitnami with only basic plugins to GET/POST ACF fields through Basic Auth...

From Composer's documentation (https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md#how-do-i-install-a-package-to-a-custom-path-for-my-framework-): > If you are a package author and want your package installed to a custom directory, simply require `composer/installers` and set the appropriate `type`.

Old API becomes unusable because of this plugin. ```html Error received: Fatal error: Uncaught Error: Call to a member function get_page_permastruct() on null in /var/www/html/wp/wp-includes/link-template.php:357 Stack trace: #0 /var/www/html/wp/wp-includes/link-template.php(320): _get_page_link(Object(WP_Post),...

I want the user directly to be logged in based on the external basic authentication asked. Please help

Hello Everyone, I face the issue when integrate the API to access the orders of Woo Commerce. I use the following URL but it returns the HTML code.and also find...

To my surprise my Wordpress dashboard told me that this plugin needed an update... on closer inspection it looks like this plugin is the one that it's asking to update...

Please put the name of the plugin as it's called in the plugin directory (or a link) so it can be found and installed. TY P.S. I manually copied the...

Hello, I am making this request with Wordpress 4.9.4: ``` GET http://somehostname.com/index.php?rest_route=%2Fwp%2Fv2%2Fposts&per_page=100&page=2&context=edit HTTP/1.1 Host: somehostname.com Authorization: Basic [****base64encoded username+":"+pass *******] Accept-Encoding: gzip, deflate User-Agent: [some user agent name] ``` And...

Sometimes, with an incorrect username and password (or using email address rather than username, which made `wp_authenticate_username_password` error) when `$user = wp_authenticate( $username, $password );` errored, it would call `$wp_rewrite->get_page_permastruct();`...

applies the fix mentioned on https://github.com/WP-API/Basic-Auth/issues/9. I dont think we need to check for multisite because wp_authenticate_spam_check itself does that check