Authorization Headers in Plesk Linux
As Plesk runs nginx on top of Apache, authorization headers may not be passed through by default.
If this is causing you issues, add the following line to your nginx configuration:
FcgidPassHeader AUTHORIZATION
Just add the line to your fcgi config file i.e. /etc/httpd/conf.d/fcgid.conf on CentOS and restart httpd.