Eric
Results
1
comments of
Eric
Add this to my .htaccess and it helped: `SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1` See [https://github.com/WP-API/WP-API/issues/2538](https://github.com/WP-API/WP-API/issues/2538) Not ideal but it works. This [https://github.com/WP-API/Basic-Auth/pull/32/files](https://github.com/WP-API/Basic-Auth/pull/32/files) might also be helpful.