Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有很多 Web 服务(主要是实时和 AJAX 分析),比如心跳或点击流。
我发现它们基本上都以image/png或image/gif代替text/html或某些其他 MIME 类型返回。
image/png
image/gif
text/html
图像 MIME 类型更有效吗?
心跳是通过图像标签实现的:
<img src="heartbeat.php"/>
规避同源策略。