AlmaLinux v8.9.0 STANDARD, JSON Basic Authentication
I am using AlmaLinux v8.9.0 STANDARD and CentOS v7.9.2009 STANDARD VPS.
The JSON Basic Authentication plugin works well on CentOS v7.9.2009 STANDARD, but it does not work on AlmaLinux v8.9.0 STANDARD.
I got an error message like below.
{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}
Please provide a solution.
For your reference, I am using the .htaccess file identically as below.
<IfModule mod_rewrite.c>
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]
</IfModule>
Thanks.
-
Hey there! Can you get me more details about this plugin? I'm not familiar with a tool by that name.
0
Please sign in to leave a comment.
Comments
1 comment