PUT,PATCH请求重定向IE 11标头授权丢失

时间:2020-05-26 10:38:10

标签: javascript http internet-explorer axios

在发出PUT或PATCH请求并在服务器端使用重定向(状态303)时,IE 11缺少授权标头。

PATCH请求:

axios.patch('http://localhost:4000/test-patch',
  {name: 'test'},
  {headers: {Authorization: "Authorization Authorization"}}
)

enter image description here

缺少重定向授权标头后: enter image description here

在chrom上一切正常,但在IE标头上丢失。您知道如何在GET请求中添加授权吗?

0 个答案:

没有答案