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
Nope. Actually, it's just 301 in case of this site. Not sure why would they redirect to the exact same location, but that's a different issue. In case you need further assistance file a separate issue, since this one is for the general feature discussion, not to troubleshoot oddness like the one you've encountered.
Thanks. I am the owner of https://www.clashleaders.com/. I don't send any 301 redirects. But that's ok. I was just testing this tool.
Resolution
I think this is something DigitalOcean (where I assume www.clashleaders.com is hosted) or your nginx (or some other HTTP server) is doing for you.
It was caused by bombardier appending default port to the URLs used for requests sent, if one wasn't provided. This should be fixed in fcd960d. Example output using master:
Thanks! Still not getting the fix with go install github.com/codesenberg/bombardier@latest
That's because @latest actually means:
(“Latest” is defined as the latest tagged stable (non-[prerelease](https://semver.org/#spec-item-9)) version,
or else the latest tagged prerelease version, or else the latest untagged version.)
Previous discussion
Originally posted by @amir20 in #93 (comment)
That's the issue. Both
curl
andhttp
are showing normal output.See below...
Ideally, I'd like to see what is causing the
3xx
requests but I haven't been able to figure it out.I am guessing something with SSL handshake.
Same errors with
--http2
and--http1
Originally posted by @codesenberg in #93 (comment)
Nope. Actually, it's just 301 in case of this site. Not sure why would they redirect to the exact same location, but that's a different issue. In case you need further assistance file a separate issue, since this one is for the general feature discussion, not to troubleshoot oddness like the one you've encountered.
Originally posted by @amir20 in #93 (comment)
Thanks. I am the owner of
https://www.clashleaders.com/
. I don't send any 301 redirects. But that's ok. I was just testing this tool.Resolution
I think this is something DigitalOcean (where I assume www.clashleaders.com is hosted) or your nginx (or some other HTTP server) is doing for you.
It was caused by bombardier appending default port to the URLs used for requests sent, if one wasn't provided. This should be fixed in fcd960d. Example output using
master
:The text was updated successfully, but these errors were encountered: