#8692 closed defect (bug) (invalid)
Null body post requests
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
There are 2 places where wp_remote_post is being used with a null body. The http api converts post requests with a null body to head requests. Replace the wp_remote_post with wp_remote_request in these locations.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.

So not sure why null body post requests are showing up as GET requests. But in any case neither of these requests appear that they need to be POST requests.