Allowing Authorization Header in Apache

Allowing Authorization Header in Apache

For security reasons, by default, Apache on Nimbus Hosting servers doesn't pass "Authorization" headers sent from a client to PHP.

If you would like Apache to pass this header to your PHP application, you simply need to edit the website's .htaccess file and add the following line:

CGIPassAuth on