I noticed the issue when connecting an app via the application password and was getting a rest api error on the end of the 3rd party app.
In the site health section of my admin section, I’m getting this error:
“The authorization header is missing
The Authorization header is used by third-party applications you have approved for this site. Without this header, those apps cannot connect to your site.
If you are still seeing this warning after having tried the actions below, you may need to contact your hosting provider for further assistance.
[Flush permalinks](https://smartrealty.ai/wp-admin/options-permalink.php)”I tried flushing permalinks and I updated my htaccess file with this
BEGIN WordPress
RewriteEngine On
RewriteRule .\* – \[E=HTTP\_AUTHORIZATION:%{HTTP:Authorization}\]
RewriteBase /
RewriteRule \^index.php$ – \[L\]
RewriteCond %{REQUEST\_FILENAME} !-f
RewriteCond %{REQUEST\_FILENAME} !-d
RewriteRule . /index.php \[L\]
END WordPress
Nothing is working so far. Any ideas?
[ad_2]