Opened 18 years ago
Closed 18 years ago
#7522 closed defect (bug) (fixed)
plugins_api() does not fetch plugin information since moving to wp_remote_post()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
api.wordpress.org is returning a "Slug not provided" error. Works on one blog but not on another.
Attachments (3)
Change History (11)
#2
@
18 years ago
Might have to do with the different transports. I've not seen this problem. Can you send what is being transferred, I might be able to write a test script for debugging.
#4
follow-up:
↓ 5
@
18 years ago
arg_separator.output is '&' on the broken blog. http_build_query() uses '&' instead of '&' to builf the body in that case.
Note: See
TracTickets for help on using
tickets.
Debug attached. A blog using the same get and post transports as the failed blog works fine.