Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#57111 closed enhancement (duplicate)

Link is not secured

Reported by: madhusudan1825's profile madhusudan1825 Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description

The url is not secured even though the url can be reached by using https

Attachments (2)

57111.patch (1014 bytes) - added by madhusudan1825 2 years ago.
57111.2.patch (633 bytes) - added by madhusudan1825 2 years ago.
This is the updated patch file

Download all attachments as: .zip

Change History (5)

#1 @audrasjb
2 years ago

Hello and welcome to WordPress Trac, @madhusudan1825, thanks for the ticket and patch.

Looks like there is another change in your patch. You replaced $wp_xmlrpc_server = new $wp_xmlrpc_server_class; with $wp_xmlrpc_server = new $wp_xmlrpc_server_class();. Is it on purpose?

@madhusudan1825
2 years ago

This is the updated patch file

#2 @madhusudan1825
2 years ago

@audrasjb I have updated the patch. It was mistakenly added.

Last edited 2 years ago by madhusudan1825 (previous) (diff)

#3 @sabernhardt
2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi and thank you for the patch!

The xmlns attributes are XML namespaces, not actual URLs, so each name needs to remain exactly the same. Please see the discussions in #25891 and #40799.

Note: See TracTickets for help on using tickets.