How to add authentication to Event Notification? -
i looked through documentation on event notification (http://developers.box.com/webhooks/).
i call rest api, basic authentication. there way this?
like, customizing http headers (like adding authorization:basic ...) of http call triggered?
there isn't support passing in special headers. can, however, use http basic auth specifying in url event notifications sent e.g.
https://username:password@www.example.com/path
Comments
Post a Comment