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

Reserved keyword (like __proto__) and duplicated value for header is not supported #6

Open
ypresto opened this issue Aug 19, 2019 · 0 comments

Comments

@ypresto
Copy link

ypresto commented Aug 19, 2019

  • Because of Object.keys({ __proto__: 1 }) === [], cannot pass in __proto__ as header value.
  • Duplicated header value is not supported.

They are both since object key is used for specifying header value.
Because we pass in user name as header value, they can be problematic.

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

No branches or pull requests

1 participant