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

Hurl "Host" request header with port 8000 #6

Closed
jcamiel opened this issue Aug 31, 2020 · 1 comment
Closed

Hurl "Host" request header with port 8000 #6

jcamiel opened this issue Aug 31, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Aug 31, 2020

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.

There is an integration test on the subject:

assert request.headers['Host'] == 'localhost'

@jcamiel jcamiel added the bug Something isn't working label Aug 31, 2020
@fabricereix
Copy link
Collaborator

this is fixed by #21

@lepapareil lepapareil added this to the 0.99 milestone Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants