[progress Communities] [progress Openedge Abl] Forum Post: Re: A Simple Authentication...

  • Thread starter Thread starter whenshaw
  • Start date Start date
Status
Not open for further replies.
W

whenshaw

Guest
In addition to trying the suggestion from Matheus, bring up the debug console of the browser you are testing with -- there may be error messages that have more information. Also look at the debugger's Network tab to see the messages sent between your client and your service. You should see: - GET of home,html that returns a 401 error (expected) - POST to j_spring_security_check that returns a 200 - GET of .../hhMobileService.json (you may also see a GET of _oeping somewhere)

Continue reading...
 
Status
Not open for further replies.
Back
Top