Skip to content
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

Requests generated for 302 redirects chains #206

Closed
Llandy3d opened this issue Sep 23, 2024 · 0 comments · Fixed by #232
Closed

Requests generated for 302 redirects chains #206

Llandy3d opened this issue Sep 23, 2024 · 0 comments · Fixed by #232
Assignees

Comments

@Llandy3d
Copy link
Member

When the script gets generated, it also generates the caught requests from the redirect chain making multiple calls and in case of verification rule present, it would check the status code of each request.
This should be fixed because k6 handles automatically redirects and returns the response from the last call showing a single request.

When generating the k6 script, omit the redirect chains and generate code to just perform the first request that would be checked with the status code of the last removed request.

@cristianoventura cristianoventura self-assigned this Sep 26, 2024
@Llandy3d Llandy3d added this to the Public Preview milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants