X-Pingback and XMLRPC
According to old post: How to secure WordPress XMLRPC?, every API require authentication.
So, what is the point of adding X-Pingback
in every public request?
curl -I http://ma.tt
..
X-Pingback: http://ma.tt/blog/xmlrpc.php
Content-Type: text/html; charset=UTF-8
..