Why is Authentication not working? #
https://developer.wordpress.org/rest-api/frequently-asked-questions/
Apache #
<IfModule mod_setenvif>
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
</IfModule>Nginx #
fastcgi_pass_header Authorization;Last updated