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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -