Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 在chrome中加载照片,但在firefox或IE中不加载_Internet Explorer_Google Chrome_Firefox - Fatal编程技术网

Internet explorer 在chrome中加载照片,但在firefox或IE中不加载

Internet explorer 在chrome中加载照片,但在firefox或IE中不加载,internet-explorer,google-chrome,firefox,Internet Explorer,Google Chrome,Firefox,此照片加载到chrome中,但不加载firefox或IE 我是一名前端设计师/开发人员,负责回答客户的支持问题,我们认为他们在FF和IE中缺少样式表,但特定于图像的url甚至不起作用 有人经历过这种情况吗?问题/解决方案可能是什么?问题在该服务器的某个位置。如果我运行这个: wget -O /dev/null -S 'http://www.allsaintschurch.com/uploads/all_saints_catholic_school/image/sitebg3.jpg' 然后,大

此照片加载到chrome中,但不加载firefox或IE

我是一名前端设计师/开发人员,负责回答客户的支持问题,我们认为他们在FF和IE中缺少样式表,但特定于图像的url甚至不起作用


有人经历过这种情况吗?问题/解决方案可能是什么?

问题在该服务器的某个位置。如果我运行这个:

wget -O /dev/null -S 'http://www.allsaintschurch.com/uploads/all_saints_catholic_school/image/sitebg3.jpg'
然后,大约5次中有4次服务器响应错误页面;5次中有1次它会以图像响应

如果我让wget发送与chrome相同的UA字符串,我会得到90%的图像响应,而不是20%。因此,服务器不仅是脆弱的,而且是以特定于UA字符串的方式来实现的


我可能会首先研究服务器上可能存在的UA嗅探逻辑。

请将代码复制到这里,以便我们可以看到它。