Opened 17 months ago

Last modified 17 months ago

#19805 new defect (bug)

Pingback not sent to https sites

Reported by: norocketsurgeon Owned by:
Priority: normal Milestone: Awaiting Review
Component: Pings/Trackbacks Version: 3.3.1
Severity: normal Keywords: has-patch
Cc: norocketsurgeon

Description

Wordpress does not attempt to send pingbacks to https sites. I have tracked this problem to the regular expression used to find links to ping inside a post that is being published. The regular expression currently will only filter out links to http sites and not https sites. I have modified the regular expression to include https sites and included a patch with this ticket.

how to reproduce the problem:

  • enable sending and receiving of pings/trackbacks on your site
  • create a post with with a link to an https site
  • publish the post
  • no ping will be sent to the https site

Attachments (1)

pingback_https_fix.patch (666 bytes) - added by norocketsurgeon 17 months ago.
patch for https ping issue

Download all attachments as: .zip

Change History (2)

patch for https ping issue

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.