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

http header names that contains _(underscore) are not displayed. #160

Open
DeslogesB opened this issue Feb 20, 2024 · 1 comment
Open

http header names that contains _(underscore) are not displayed. #160

DeslogesB opened this issue Feb 20, 2024 · 1 comment

Comments

@DeslogesB
Copy link

Request containing http headers with _ (underscore) in their names are not displayed in the Headers debug page.

Even if _ is not common, it seams to be accepted / known by major actors :
https://developers.cloudflare.com/rules/transform/request-header-modification/reference/header-format/
https://techdocs.akamai.com/property-mgr/docs/strict-header-parsing
https://www.ibm.com/docs/en/sva/10.0.2?topic=stanza-http-header

Following nginx Doc, they are valid but not enabled by default : https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/?highlight=underscore#missing-disappearing-http-headers

What about managing them in webhooksite ?

@fredsted
Copy link
Collaborator

This is supported on Cloud as of 13 March 2024: https://docs.webhook.site/news.html#13-march-2024

For the OSS version, PRs are welcome.

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

2 participants