Opened 18 years ago
Closed 17 years ago
#7676 closed enhancement (duplicate)
Change pingback/trackbacks to use new HTTP API
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.6.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
The pingback and trackback functions are still using direct socket connections to perform their tasks. These are problematic on some servers, and they need to be changed over to the new HTTP API to let them work in more places.
Conversion should be relatively straightforward in most cases, using the new wp_remote_get and wp_remote_post and such.
Change History (6)
Note: See
TracTickets for help on using
tickets.
Well, I'll support that, but I still think the HTTP API needs more testing. I can write up a patch today.