Satellizer not sending authorization header on som

2019-08-13 11:49发布

问题:

I am working on a project using angularjs/laravel. It's a token based project so I am using satellizer to handle that.

It's working fine on my browsers. I tried different machines and browsers here. It's working fine even on my phones. But when I send it to my client, it's not working on his browser. I tried personally using Teamviewer, the problem is that it's not sending an Authorization Token to the server.

Basically login works, when I submitted, I got a success message, redirected to user profile page... then redirected back to login page.

Does satellizer require any client side settings ? As its working on my browsers but not on the my client's.

If my problem needs me to post the code, you can tell me.