[wp-trac] [WordPress Trac] #56492: blogger.getUsersBlogs doesn't work on Multisite when HTTPS is enforced

WordPress Trac noreply at wordpress.org
Tue Oct 11 01:44:24 UTC 2022


#56492: blogger.getUsersBlogs doesn't work on Multisite when HTTPS is enforced
--------------------------+------------------------
 Reporter:  dd32          |       Owner:  desrosj
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  6.1
Component:  XML-RPC       |     Version:
 Severity:  normal        |  Resolution:  fixed
 Keywords:  has-patch     |     Focuses:  multisite
--------------------------+------------------------
Changes (by desrosj):

 * status:  reviewing => closed
 * resolution:   => fixed


Comment:

 In [changeset:"54468" 54468]:
 {{{
 #!CommitTicketReference repository="" revision="54468"
 XML-RPC: Avoid loopback request in `blogger.getUsersBlogs`.

 The `blogger.getUsersBlogs` endpoint does not currently work on Multisite
 environments which require HTTPS.

 This changes `wp_xmlrpc_server::_multisite_getUsersBlogs()` to call the
 method directly instead of relying on a new `IXR_Client` request, which
 only supports HTTP.

 Props dd32.
 Fixes #56492.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56492#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list