当前位置: 代码迷 >> IIS >> IIS7上的一个400 Bad Request有关问题
  详细解决方案

IIS7上的一个400 Bad Request有关问题

热度:6733   发布时间:2013-02-26 00:00:00.0
IIS7下的一个400 Bad Request问题

?

错误信息:

?

HTTP 错误 400.0 - Bad Request

错误代码:0x80070057

?

?

?

xmlHttp.setRequestHeader("If-Modified-Since","0");

xmlHttp.setRequestHeader('If-Modified-Since', 'Sat, 01 Jan 2000 00:00:00 GMT');

?

参考:

?

http://www.eggheadcafe.com/software/aspnet/32918268/crm4-iis-70-on-win2k8--javascript-xmlhttp-problem.aspx

  相关解决方案