File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,12 @@ urltracker --auth user:pass https://httpbin.org/basic-auth/user/pass
9797urltracker --header " User-Agent: Mozilla/5.0" --header " Accept-Language: en-US" https://httpbin.org/status/200
9898```
9999
100+ ### Using Custom Method
101+
102+ ``` bash
103+ urltracker --method PATCH https://httpbin.org/anything --verbose
104+ ```
105+
100106### Verbose Output
101107
102108``` bash
@@ -116,6 +122,7 @@ Options:
116122 -v, --verbose Verbose mode: show all redirect URLs
117123 -q, --quiet Quiet mode: no output to console
118124 -nc, --no-color Disable colored output
125+ -m, --method <method> HTTP method to use (default: GET. HEAD is faster but some servers may block it)
119126 -a, --auth <user:password> Use HTTP Basic Authentication
120127 -H, --header <header> Add custom header (can be used multiple times)
121128 -c, --cookie <name=value> Add a cookie (can be used multiple times)
You can’t perform that action at this time.
0 commit comments