You can support this site from as little as $1 a month on Patreon.

The support pays for site hosting and the expansion of this content.

In addition, Patreon Supporters gain access to exclusive online video training courses and ebooks.

Join Now

How to complete the challenge POST /heartbeat as Trace (501)

Send a normal POST request to /heartbeat, but add this header:

X-HTTP-Method-Override: TRACE

The server treats the request as TRACE and returns 501 Not Implemented.

Try it now

POST /heartbeat with TRACE override to trigger 501