-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
2
-
When you configure a webhook or a POST webhook, it allows you to make various configurations of the request, for example the verb (GET, POST, etc...) or choose some type of pre-fixed payload (Jenkins, github, etc...), Regarding authorization, it only allows basic, bearer or kerberos
However, one of the things that would interest us would be to be able to include custom headers in the request, for example
GET /something HTTP/1.1
Host: destination.host.org
Custom-Header: custom-value
*
*
In certain cases the validation header would be “apikey:” to give an invocation token to an api and in this case the webhooks do not allow it
- causes
-
PS-175703 Loading...