For one request, showing two HTTP status code (200, 308)

Hi @BharathM,

a 308 is a (permanent) redirect and k6 will automatically follow those if not configured otherwise.

So it first makes one request, gets 308, and then follows this redirect, making another request which gets 200.

Hope this helps you