Non-URLQuery token option for webhooks.
The Webhook's authorization settings are fairly limiting and leave a lot to be desired. The existing token system only allows for a urlquery based token auth and despite having a field for a name doesn't allow you to change the key for said query. At least as far as I can tell. Having an option for an authorization header, the ability to change the key in a query auth, and more authorization schemes, in general, would be beneficial for increasing integration on various 3rd party applications
You can use “Basic” authentication scheme. It will send username and password in Authorization header.