Https requests with Authorization not working via Safari

前端 未结 4 1986
伪装坚强ぢ
伪装坚强ぢ 2021-02-12 14:13

Context

XHR requests with Authorization header over HTTPS (both together) don\'t reach the server, using Safari (IOS and MacOS). But it works with IE, C

4条回答
  •  醉酒成梦
    2021-02-12 15:04

    In my case, using Laravel, it was just the slash removed by .htaccess. When there is an redirect, by obvious reasons, the headers not are forwarded.

提交回复
热议问题