Welcome to the new Box Support website. Check out all the details here on what’s changed.

Webhook requestBody is encrypted how?

Answered
New post

Comments

2 comments

  • rsweeney

    Hey , I'm not certain why you would see this behavior.  I happened to be doing some basic testing with our webhooks earlier this week but my notification body was not encrypted.  If you are using one of our SDKs, you might need to go through validating the webhook message.  Here is an example of this in our Node SDK:

    https://github.com/box/box-node-sdk/blob/72acfa8125941dcf2b6c402a671792f74af07637/docs/webhooks.md#validate-a-webhook-message

     

    Is your application using one of our SDKs?

    0
    Comment actions Permalink
  • sfcrmguy

    Yeah I apparently just needed to convert correctly to see the the response
    body. Not sure why the rest of the response was readable but teh internal
    body was encoded differently I guess. Anyways I can see it now.

    0
    Comment actions Permalink

Please sign in to leave a comment.