Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-19462

Custom headers in webhooks

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Webhooks
    • None
    • 2
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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
      *

      {PAYLOAD}

      *

      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

              Unassigned Unassigned
              cc5bc1ab7ebe CAP2022TOOLS.Ciclo_Vida
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: