arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Use configurable HTTP request header name to retrieve the Azure Event Grid event type #187

Open stijnmoreels opened 2 years ago

stijnmoreels commented 2 years ago

Is your feature request related to a problem? Please describe. We use a hard-coded HTTP request header name to retrieve the Azure Event Grid event type: Aeg-Event-Type. In custom validation scenario's, our validation can't be used.

What feature would you like to have? We should consider adding an option to the validation so we can use a custom header name.

Additional context References with TODO