-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Should we skip the User-Agent header? #1208
Comments
I wouldn't call it a workaround, it was changing it to implement the user agent spec. But if it can be skipped altogether in the signature then that's a good result |
You are correct, my intention was not to downplay this contribution. Bad wording on my part, I'll update my text. |
As it currently is worded, do you think it makes more sense, or can it be improved? |
It's all good now thanks 🙂 |
I found one case where it makes sense to skip the user-agent header: |
Describe the bug
As described a review remark of #1207, let's analyze if we should skip the
User-Agent
header instead having special support for it in the codebase (#1155).The text was updated successfully, but these errors were encountered: