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

Check why duplicated headers can't be send #16

Closed
fabiobento512 opened this issue Sep 29, 2019 · 1 comment
Closed

Check why duplicated headers can't be send #16

fabiobento512 opened this issue Sep 29, 2019 · 1 comment
Assignees
Labels

Comments

@fabiobento512
Copy link
Owner

Whole story here:
#15 (comment)

@fabiobento512
Copy link
Owner Author

fabiobento512 commented May 17, 2021

Seems that the link that added first (https://stackoverflow.com/a/4371395) was related to server responses, which is not a problem for FRequest.

I found this one that specific mentions requests with duplicated headers:
https://stackoverflow.com/questions/36439308/parse-duplicate-http-headers-from-request-in-node

And by the HTTP RFC2616 this only allowed if only a single key is used. So that is also not a problem in FRequest. In this case FRequest should allow the users to override global headers with specific request headers (with the same key name). So I will add that feature back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant