Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

Webhook requestBody is encrypted how?

Répondu
Nouvelle publication

Commentaires

2 commentaires

  • 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
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.