<?php
Laravel API Endpoint "401 Unauthorized" on Server But Works Fine On Localhost
add this following code in .htaccess file
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
0 comments:
Post a Comment
Thanks