wordpress-develop/src/wp-includes/IXR
Peter Wilson 7cd5ecd667 XML-RPC: Set HTTP status code in accordance with the spec.
When the XML-RPC endpoint is enabled, always return a HTTP `200 OK` status code in accordance with the XML-RPC specification. Continue to return an HTTP `405 Method Not Allowed` status code when the endpoint is disabled.

Props ariskataoka, johnbillion.
Fixes #52958.



git-svn-id: https://develop.svn.wordpress.org/trunk@50954 602fd350-edb4-49c9-b593-d223f7449a82
2021-05-24 02:17:36 +00:00
..
class-IXR-base64.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-client.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:48:48 +00:00
class-IXR-clientmulticall.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:48:48 +00:00
class-IXR-date.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:11:37 +00:00
class-IXR-error.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-introspectionserver.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-message.php XML-RPC: Explicitly unset the reference to the parser resource after calling xml_parser_free() to avoid memory leaks in PHP 7.0.0 or higher. 2020-07-05 15:20:16 +00:00
class-IXR-request.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-server.php XML-RPC: Set HTTP status code in accordance with the spec. 2021-05-24 02:17:36 +00:00
class-IXR-value.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00