[wp-trac] [WordPress Trac] #34633: X-pingback header should be generated the same as rel="pingback" link

WordPress Trac noreply at wordpress.org
Mon Nov 9 13:15:47 UTC 2015


#34633: X-pingback header should be generated the same as rel="pingback" link
------------------------------+-----------------------------
 Reporter:  mark-k            |      Owner:
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Pings/Trackbacks  |    Version:  2.0
 Severity:  normal            |   Keywords:
  Focuses:                    |
------------------------------+-----------------------------
 Right now the generation of the url for X-pingback is done by a call to
 get_bloginfo API while the generation of the rel="pingback" link is done
 by calling bloginf API.
 The difference between the two is that the later can be filtered which
 means that in theory the X-pingback URL will be different than the one in
 rel="pingback link.

 I suggest using the bloginfo API for both as I don't see any reason not to
 be able to filter the url (right now it points to the XMLRPC end point but
 people might want to use a different one for pingback to have a
 distinction in treatment between remote management and commenting)

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34633>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list