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
jcamiel
changed the title
Using --compressed option, bytes query use raw HTTp request body instead of decompressed body
Using --compressed option, bytes query use raw HTTP request body instead of decompressed body
May 9, 2022
Given this Hurl file:
With this Flask endpoint (from integration):
We can check that body query works on decompressed body when using
--compressed
option (as stated in the doc).If we add a bytes query that check the binary representation of "Hello":
Hurl fails with this message:
We can see that the bytes assert is done on the raw HTTP body response.
The text was updated successfully, but these errors were encountered: