The new Incoming webhook trigger returns 200 ok regardless of the secret token value

XMLWordPrintable

    • Minor

      Issue Summary

      The new incoming webhook trigger returns 200 ok regardless of the secret value. This makes it harder to debug in case of actual failure.

      Steps to Reproduce

      1. Open POSTMAN and create a new POST request.
      2. Enter the webhook URL in the URL field.
      3. Add a header with the name X-Automation-Webhook-Token and don't set the secret token or set a wrong token.
      4. Send the request and observe the response code.

      Expected Results

      An error code is expected indicating that the secret is missing or invalid.

      Actual Results

      A 200 response code is returned.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

        1. bug.png
          bug.png
          184 kB
        2. bugwrongvalue.png
          bugwrongvalue.png
          181 kB

            Assignee:
            Unassigned
            Reporter:
            Hala ElRoumy
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: