首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

The download of the specified resource has failed

2012-10-07 
The download of the specified resource has failed.recently, the download of the specified resource

The download of the specified resource has failed.
    recently, "the download of the specified resource has failed." error boring me a lot.

the ssl cert on the web server had a hostname mismatch error. this caused the problem with using xmlhttp.send() resulting in "the download of the specified resource has failed.".


the solution is:
change
xmlhttpclass sender = new xmlhttpclass();
to
serverxmlhttp sender = new serverxmlhttp();

then when executing sender.send(request);, everything is back to normal. 

热点排行