jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Adds auth and/or extra headers to downstream requests #266

Closed jhpedemonte closed 8 years ago

jhpedemonte commented 8 years ago

... pulled from config.json

Fixes #264

jhpedemonte commented 8 years ago

Tested against _node_clientexample from kernel_gateway_demos. Auth worked and we inspected HTTP packets to ensure that headers are properly getting passed as well.