Skip to content

Instantly share code, notes, and snippets.

@mecmartini
Created August 27, 2021 15:47
Show Gist options
  • Save mecmartini/79c19725c249fb1b1219dfddaba5ce43 to your computer and use it in GitHub Desktop.
Save mecmartini/79c19725c249fb1b1219dfddaba5ce43 to your computer and use it in GitHub Desktop.
Check HTTP Trace
#!/bin/sh
curl --insecure -v -X TRACE https://trimis.docker.localdev -H "Cache-Control: no-cache, no-store, must-revalidate" -H "Pragma: no-cache" -H "Expires: 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment