You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have services that does routing/auth via headers, if those are missing it'll simply refuse the request. I find the -f and -m options quite restrictive, why not support a global option à la curl -H that supports any header?
The ideal usage would look like this:
slowhttptest -H'My-Custom-Header: 28' ...
The text was updated successfully, but these errors were encountered:
We have services that does routing/auth via headers, if those are missing it'll simply refuse the request. I find the
-f
and-m
options quite restrictive, why not support a global option à la curl-H
that supports any header?The ideal usage would look like this:
slowhttptest -H'My-Custom-Header: 28' ...
The text was updated successfully, but these errors were encountered: