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
Hello,
When launching a standalone request the res.getHeaders() API returns a dictionary. Everything ok.
But when launching several requests using runner on a folder the API returns a list. This is a bug.
Behavior should be harmonized and the API should return a dict all the time.
Regards,
Adrien
The text was updated successfully, but these errors were encountered:
I think the issue happens when there is a 400 response on one of the request. See #1436
I have fixed this. It should be available in the next outgoing release.
Hello,
When launching a standalone request the res.getHeaders() API returns a dictionary. Everything ok.
But when launching several requests using runner on a folder the API returns a list. This is a bug.
Behavior should be harmonized and the API should return a dict all the time.
Regards,
Adrien
The text was updated successfully, but these errors were encountered: