W
whenshaw
Guest
The purpose of the JSDOSession is to handle the login.jsp for you -- if you send valid credentials in the login call promise = jsdosession.login("wayne", "mypassword"); then the login page will be intercepted and handled automatically, so your code would go on and call addCatalog() and then create a JSDO, without the end user seeing the login.jsp page. What do you see for network traffic, using the network tab of your browser debugger, or Telerik Fiddler, or a similar monitoring tool? What version of OpenEdge are you using?
Continue reading...
Continue reading...