链接 rel pingback (WordPress) 上正确的 mime 类型是什么?
这个问题适用于WordPress,但也许有人知道它是否普遍适用?
是否有合适的 mime-type(类型属性)...?
<link rel="pingback" type="WHICH-TYPE/HERE?" href="http://www.example.com/xmlrpc.php" />
有些东西告诉我它可能是 text/xml
,但我不想猜测是否有人知道正确的答案。
编辑:
我在这里阅读其中包括不鼓励在您的 中使用
link rel pingback
...
This question applies to WordPress, but maybe someone knows if it applies universally?
Is there a proper mime-type (type attribute) for this... ?
<link rel="pingback" type="WHICH-TYPE/HERE?" href="http://www.example.com/xmlrpc.php" />
Something tells me it may be text/xml
, but I'd rather not guess if someone knows the right answer.
EDIT:
I am reading here that including a link rel pingback
in your <head>
is discouraged...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据规范( http://www.hixie.ch/specs/pingback/pingback ),您不需要指定 type 属性。
大概是因为它不发送任何内容。
According to the specs ( http://www.hixie.ch/specs/pingback/pingback ), you don't need to specify a type attribute.
Presumably because it doesn't send any content.