Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleItem Handle Resolution
    this.ROOTPATH = "/xmlui/handle/"
    //this.ROOTPATH = "/jspui/handle/"
    //this.ROOTPATH = "/handle/"

Enable User Authentication (Password AuthN only) for REST reports

...

Code Block
languagejs
titleEnable/Disable Password AuthN
	//disable this setting if Password Authentication is not supported
	this.makeAuthLink = function(){return true;};

...