Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#57111 closed enhancement (duplicate)

Link is not secured

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

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 4 years ago.
57111.2.patch (633 bytes ) - added by madhusudan1825 4 years ago.
This is the updated patch file

Download all attachments as: .zip

Change History (5)

#1 @audrasjb
4 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
4 years ago

This is the updated patch file

#2 @madhusudan1825
4 years ago

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

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

#3 @sabernhardt
4 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

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.