Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
Possible explanation: The Authorization header was stripped away by Apache server. Try adding the following lines in .htaccess: RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
No responses yet.