Remove headers from a curl command

Chrome DevTools copies every header the browser sent — including ones curl adds automatically or that only matter inside the browser. Curl Cleaner removes them by default so you get a minimal, replayable command.

Headers removed by default

Headers kept by default

Customize with Settings

Open the gear icon on the home page to fine-tune behavior:

Manual vs automatic removal

You can hand-edit a curl command to delete -H lines, but DevTools exports often have 15–25 headers. Curl Cleaner applies consistent rules every time and shows how many headers were removed and how much smaller the output is.

Remove headers from your curl