Andrii Danyleiko

Results 5 comments of Andrii Danyleiko

Hello, When access token is missed in config OPS request return HTTP401 and then patzilla return HTTP 400. But it is definitely server issue and it should be HTTP 5XX

> Please recognize that OPS credentials might also come from the users' personal settings so this request can fail independently of the server-configured OPS credentials. Yes, I missed this. It...

> I see you your point. Let's make the case here to be able to differentiate the response in order to kick the user to a login screen based on...

**steps to reproduce:** ```shell git clone https://github.com/ip-tools/ip-navigator.git cd ip-navigator/ git checkout 22a7c74cfe2377335ae34df0abc1e642a5595355 virtualenv --python=python2 .venv27 && source .venv27/bin/activate pip install -e . pip install nodeenv nodeenv --node=10.15.3 .nodeenv source .nodeenv/bin/activate...