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
When performing a GET on localhost:8000, Hurl set the Hostrequest header to localhost whereas curl set this header to localhost:8000.
Hurl should be aligned with curl and set the Host header to localhost:8000.
When performing a GET on localhost:8000, Hurl set the
Host
request header tolocalhost
whereas curl set this header tolocalhost:8000
.Hurl should be aligned with curl and set the
Host
header tolocalhost:8000
.There is an integration test on the subject:
hurl/integration/tests/headers.py
Line 9 in 3d2d9e3
The text was updated successfully, but these errors were encountered: