Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #32126


Ignore:
Timestamp:
06/29/2015 02:39:42 AM (9 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32126 – Description

    initial v2  
    1 Bug fix 20986 in wp-includes/class-IXR.php unconditionally returns status 405 to all request methods except POST.  Additionally, an invalid Allow: header is returned.
     1Bug fix #20986 in wp-includes/class-IXR.php unconditionally returns status 405 to all request methods except POST.  Additionally, an invalid Allow: header is returned.
    22
    33But OPTIONS is a perfectly valid preflight request sent by XML-RPC clients, especially in a cross-domain scenario, to determine if a subsequent request (like POST) will be allowed - or if a cross-domain request will be allowed.