wg / wrk

Modern HTTP benchmarking tool
Other
38.12k stars 2.95k forks source link

Support for redirects #522

Closed nath1977 closed 1 year ago

nath1977 commented 1 year ago

Is there a way redirects can be supported - currently wrk seems to only download the header, not the file content when being subjected to a redirect. Is there a hidden option or approach that can be used to download files so as to fully load the server (similar to the -L option in cURL). Thanks