Satellizer not sending authorization header on some browsers

╄→гoц情女王★ 提交于 2019-12-11 10:42:12

问题


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.

来源:https://stackoverflow.com/questions/34456229/satellizer-not-sending-authorization-header-on-some-browsers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!