REST API Invalid Credential Issue
-
Hi Team
We are facing issue rest api connection lost issue
When 1 authorized it’s looking connected,
After connected the getting error message invalid credential you can have a look the snapshot: https://prnt.sc/t2go2q
Can you please help me how to resolve the issue
I have already allowed authorization in the .htaccess
<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>Still my issue not resolved
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘REST API Invalid Credential Issue’ is closed to new replies.