Created
August 27, 2021 15:47
-
-
Save mecmartini/79c19725c249fb1b1219dfddaba5ce43 to your computer and use it in GitHub Desktop.
Check HTTP Trace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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