Opened 17 months ago
Last modified 17 months ago
#19805 new defect (bug)
Pingback not sent to https sites
| Reported by: |
|
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)
Change History (2)
norocketsurgeon — 17 months ago
comment:1
SergeyBiryukov — 17 months ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.

patch for https ping issue