当前位置:   article > 正文

js 获取响应头和请求信息_auto.js获取响应headers

auto.js获取响应headers
  1. 获取响应头信息
  2. function GetHeader(){
  3. var req = new XMLHttpRequest();
  4. req.open('GET', document.location, false);
  5. req.send(null);
  6. var headers = req.getAllResponseHeaders().toLowerCase();
  7. }
  8. 获取请求头信息
  9. document.User-Agent

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/969388
推荐阅读
相关标签
  

闽ICP备14008679号