Use TRACE for debugging if the server allows it.
Section: HTTP Methods and APIs
Send a TRACE request
bash
bash
curl -X TRACE -i https://example.comExplanation
TRACE is often disabled for security reasons.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP Methods and APIs