Re: API works in browser but not postman / python

2019-05-01 Thread Mike Chan
And when I do it in python requests.exceptions.ConnectionError: HTTPSConnectionPool(host=' hn0-nternal.cloudapp.net', port=9995): Max retries exceeded with url: /api/login;JSESSIONID=7b6(Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided,

API works in browser but not postman / python

2019-05-01 Thread Mike Chan
Hi all, I have been trying to touch Zeppelin by API call. If I type https://[cluster name]/zeppelin/api/notebook/ it works, without prompting login page and display resulting JSON in web page But if I do same query in postman / python, it just won't work Could not get any response There was an