Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#8692 closed defect (bug) (invalid)

Null body post requests

Reported by: sivel Owned by: anonymous
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)

8692.diff (1009 bytes) - added by sivel 4 years ago.

Download all attachments as: .zip

Change History (4)

sivel4 years ago

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.

  • Resolution set to invalid
  • Status changed from new to closed
  • Milestone 2.7.1 deleted
Note: See TracTickets for help on using tickets.