CORS xmlhttprequest HEAD method

后端 未结 2 1619
别跟我提以往
别跟我提以往 2021-01-22 23:29

When requesting header data using HEAD method with CORS object, it returns null.

getAllResponseHeaders() -> return null.

How to setup php headers in the other si

2条回答
  •  臣服心动
    2021-01-23 00:30

    I've noticed this behavior in Firefox (3.6.13); getAllResponseHeaders() returns nothing. In Chrome/Safari, getAllResponseHeaders() only returns simple response headers (as defined in the spec http://www.w3.org/TR/cors/#terminology). None of these browsers respect the Access-Control-Expose-Headers header.

提交回复
热议问题