-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to save response of the request #93
Comments
This looks like something we could implement at some point. |
I am seeing all my requests as 3xx but no idea what is happening. This could help me understand the error. Is there any other way for me to know the response? |
@amir20, well that should be easy. If all of the responses are 3xx, then just send a single equivalent request with |
That's the issue. Both See below...
Ideally, I'd like to see what is causing the I am guessing something with SSL handshake. Same errors with |
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 |
In this case, just knowing whether it was 400 or 429 (instead of lumping everything into 4xx) would make a huge difference. |
Please provide an option to save response body
What version of bombardier are you using?
v1.2.5
What operating system and processor architecture are you using (if relevant)?
windows/amd64
What you expected to happen?
save response body of the request
What actually happened?
only gives http status code like 2xx, 4xx, etc.
The text was updated successfully, but these errors were encountered: