if(this.url.indexOf("/")==0) {
          var origin = location.protocol+'//'+location.hostname+(location.port ? ':'+location.port: '');
          this.url = origin + this.url;
          //console.log("this.url remapped", this.url)
        }