New field and button to copy raw request body from webhook delivery page

Previously only the formatted request body was displayed on the deliveries page.

https://tracker.bugcrowd.com/PROGRAM_CODE/settings/integrations/outgoing_webhooks/WEBHOOK_ID/deliveries

Now you can also copy to clipboard the raw request body in the exact format used to create the signature in the X-Bugcrowd-Digest header. This can be useful when setting things up and testing out how to validate the digest header.

copy-raw-body-to-clipboard

    Added
  • New field and button to copy raw request body from webhook delivery page