How to complete the challenge POST /heartbeat as DELETE (405)
Send a normal POST request to /heartbeat, but add this header:
X-HTTP-Method-Override: DELETE
The server treats the request as a DELETE and returns 405.