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

is there any possibility to extract response body data (e.g. csrf-token) from a first request(get) and use it in the next one(post) ? #11

Closed
updatus opened this issue Sep 11, 2015 · 1 comment

Comments

@updatus
Copy link

updatus commented Sep 11, 2015

Basic idea: I want to test some real user login requests:

  1. GET request to a server. The response contains csrf-token (in a body).
  2. Use this token in a next POST request.
    Will be appreciate for any help with extract response data from GET request.
@giltene
Copy link
Owner

giltene commented Sep 11, 2015

This is probably a good question to ask about wrk in general (https://github.com/wg/wrk). wrk2 is a variant of wrk that tracks and reports on latencies differently, but should work in similar ways otherwise...

@giltene giltene closed this as completed Sep 11, 2015
rrva pushed a commit to rrva/wrk2 that referenced this issue Nov 23, 2023
…eus-metrics

use float for prometheus metrics
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

No branches or pull requests

2 participants