码迷,mamicode.com
首页 > 其他好文 > 详细

Refused to set unsafe header "Connection"

时间:2016-10-08 16:24:19      阅读:553      评论:0      收藏:0      [点我收藏+]

标签:

参考 http://stackoverflow.com/questions/7210507/ajax-post-error-refused-to-set-unsafe-header-connection

使用ajax时,chrome报出异常:Refused to set unsafe header "Connection"。

xmlHttp.setRequestHeader("Content-length", params.length);
xmlHttp.setRequestHeader("Connection", "close");

在XMLHttpRequest不允许设置一些headers,他们会被浏览器自动设置。

Refused to set unsafe header "Connection"

标签:

原文地址:http://www.cnblogs.com/tinyking/p/5938959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!