DEV Community

irfanALI Azhari
irfanALI Azhari

Posted on

Authorizarion header does not exist at Api Endpoint - Laravel

I trying to calling an Api with Authorization header. After dispatch the request, the authorization header does not exist.

Note: 
1. Through Postman everything work fine.
2. (The issue is) Authorizarion header missing after request dispatch via my application.

Please have a look at my code below.

Authorization Header Exist

Top comments (2)

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

You may get better visibility by adding the #help tag to your post, in addition to any relevant technology tags.

Collapse
 
irfanali_azhari profile image
irfanALI Azhari

Thanks for the suggestion!