当 favicon 请求得到正常的 html 响应时会发生什么?
知道当我的 Nodejs 应用程序根据网站图标请求返回网页时会发生什么吗?我没有办法模拟这一点,但我看到我的应用程序不断收到此类请求,并想知道最终用户是否正确获取页面。
Any idea what happens when my Nodejs app returns a webpage on a favicon request? I don't have a way to simulate this but I see that my app continuously gets such requests and wonder if end users are getting the pages right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这只会导致您的页面具有默认图标,没什么不好的。不过,我认为用 404 响应会更好。
This will just cause your page to have the default icon, nothing really bad. However, I think it'd be better style to respond with a 404.