Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
qnd:curl [2021/08/30 15:59] – mgupton | qnd:curl [2023/05/31 12:12] (current) – [Check response times] mgupton | ||
---|---|---|---|
Line 5: | Line 5: | ||
The following is an example of a command that can be use to see the timing of various points in a HTTP request like the DNS lookup time. | The following is an example of a command that can be use to see the timing of various points in a HTTP request like the DNS lookup time. | ||
< | < | ||
- | curl -w " | + | curl -w " |
+ | </code> | ||
+ | |||
+ | ==== Post data to webhook and show response headers ==== | ||
+ | < | ||
+ | curl -D - -X POST --data " | ||
</ | </ | ||