401 Error when trying to make a REST API call to site

adding this rule to .htaccess solved my problem: –

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Leave a Comment