silverton-io / buz

Serverless multi-protocol + multi-destination event collection system.
https://buz.dev/
Apache License 2.0
186 stars 21 forks source link

Relax Content-Type Filtering for Webhook Input #589

Closed ricky-galvao closed 4 months ago

ricky-galvao commented 4 months ago

The webhook input currently accepts requests designated as application/json or text/html. This unnecessarily narrows the scope of requests that can be handled. I propose relaxing the filter to allow all text/ content types.