Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53223


Ignore:
Timestamp:
05/18/2021 09:23:49 AM (5 years ago)
Author:
talldanwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53223 – Description

    initial v1  
    11114. Switch to the browser dev tools network tab and check the options request that was just made.
    12125. Observe that the allow header does not contain DELETE, even though the user can delete posts.
     13
     14Other types of requests to the same endpoint (e.g. `GET`) return a different allow header with the `DELETE` verb present.