Starting with 4.4 WordPress adds a new HTTP Header. It looks like this:
Link: "<http://www.example.com/wp-json/>; rel="https://api.w.org/""
Does anyone know how to remove it? I know the REST API can be disabled, but I still would like to remove the HTTP Header as well.
Also starting with 4.4 old methods to remove the X-Pingback HTTP Header no longer work. This is the header I am talking about:
X-Pingback: "http://www.example.com/xmlrpc.php"
I would be very happy if anyone could tell me how to remove both of these headers.