Opened 13 years ago
Closed 13 years ago
#24600 closed enhancement (fixed)
send_origin_headers from admin-post.php
| Reported by: | nickdaugherty | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
/wp-admin/admin-post.php should call send_origin_headers() to send cross domain access headers for allowing POSTs from frontend requests in the same way admin-ajax.php does. admin-ajax.php ticket for reference: #21024
Patch attached to add this functionality.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adds send_origin_headers() for cross domain requests