webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.13k stars 398 forks source link

Request headers with characters like "_" or "." not displayed in "headers" section #134

Closed ngbalk closed 1 year ago

ngbalk commented 1 year ago

I am using webhook.site to test a GET request which has many headers, but only the headers with characters like "." or "_" are getting ignored by webhook.site. Is there some header validation that is stripping these out? Happy to make a PR if someone can point me in the right direction :)

fredsted commented 1 year ago

It looks like they may be stripped by Nginx. We have no plans to change this on the cloud version of Webhook.site.