fetch('/v1/' + base + '/node/' + node, auth_header()).
        then(res => res.json()).
        then(j => {
          // console.log(auth_header().headers.getAll('x-auth'));
          build_top(node);