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: | ryan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Debug attached. A blog using the same get and post transports as the failed blog works fine.