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
I work in ad tech and we have a server that primarily does redirects to external resources and I do not want their services included in my tests. Since I do not want to follow redirects and most end points give a 302 or a 307, vegeta declares it as an error here. This seems to be good default behavior but it'd be nice if I could supply an option to so that it would not follow and not register as an error.
Do you like any of these options?
-ignore-redirects Sets -redirects=0 and ensures status codes in the 300s are not counted as errors.
Don't register 300s as errors when -redirects=0
Change the default behavior so that 300s don't automatically count as errors.
The text was updated successfully, but these errors were encountered:
I work in ad tech and we have a server that primarily does redirects to external resources and I do not want their services included in my tests. Since I do not want to follow redirects and most end points give a
302
or a307
, vegeta declares it as an error here. This seems to be good default behavior but it'd be nice if I could supply an option to so that it would not follow and not register as an error.Do you like any of these options?
-ignore-redirects
Sets-redirects=0
and ensures status codes in the 300s are not counted as errors.-redirects=0
The text was updated successfully, but these errors were encountered: