Opened 8 years ago
Closed 7 years ago
#24600 closed enhancement (fixed)
send_origin_headers from admin-post.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
Adds send_origin_headers() for cross domain requests