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

Normalize headers to lowercase keys #7

Open
razor-x opened this issue Apr 29, 2024 · 0 comments
Open

Normalize headers to lowercase keys #7

razor-x opened this issue Apr 29, 2024 · 0 comments

Comments

@razor-x
Copy link
Collaborator

razor-x commented Apr 29, 2024

HTTP headers are case-insensitive, however Svix may assume all headers have been normalized to lowercase. We know this is the case for Svix in C#.

The SeamWebhook class should do this normalization before passing the headers to Svix to protect against any upstream case-sensitive bugs.

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