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
Hi @hatoo,
In my opinion, this is a very useful functionality for detecting redirections and determining their delays.
Typical example of use:
Send request to the target with single redirection: oha -n 10 -r 1 https://httpstat.us/301 --> return the 200 within 0,8846 sec
Send request to the same target with disabled redirection oha -n 10 -r 0 https://httpstat.us/301 --> return 301 within 0,6967 sec
Calculate redirection delay --> 0.1879 sec
If You are planning to limit this functionality if would be good to at least leave the option to enable/disable redirection (without specifying the number). This option exist in multiple performance tools like: JMeter, JMeter DSL, Taurus, Locust, K6, Gatling, SoapUI, Artillery
Currently, HTTP redirect is supported but I don't like it.
I think the feature isn't used.
Please add some reaction if you need HTTP redirect.
The text was updated successfully, but these errors were encountered: