[Progress Communities] [Progress OpenEdge ABL] Forum Post: Error on Login to Web Project

  • Thread starter Thread starter Dennis
  • Start date Start date
Status
Not open for further replies.
D

Dennis

Guest
After I'm previewing my Kendo UI Builder project my browser opens and I'm getting a login mask. It's a form login. The interesting thing is, on the Network Tab in the Developer Tools the j_spring_security_check return success (200). But after that the home.html file returns the Error 401. And here the Infos from the localhost_access_log file (IP address not real): 192.168.123.456 - - [28/Jun/2018:09:26:24 +0200] "OPTIONS /Autostore/static/auth/j_spring_security_check?_ts=153017078-7683800790-1 HTTP/1.1" 200 - 3 192.168.123.456 - - [28/Jun/2018:09:26:26 +0200] "POST /Autostore/static/auth/j_spring_security_check?_ts=153017078-7683800790-1 HTTP/1.1" 200 42 1851 192.168.123.456 - - [28/Jun/2018:09:26:26 +0200] "GET /Autostore/static/home.html?_ts=153017078-7683800790-2 HTTP/1.1" 401 57 6 192.168.123.456 - - [28/Jun/2018:09:26:26 +0200] "OPTIONS /Autostore/static/auth/j_spring_security_logout HTTP/1.1" 200 - 4 192.168.123.456 - - [28/Jun/2018:09:26:26 +0200] "GET /Autostore/static/auth/j_spring_security_logout HTTP/1.1" 200 42 3 Did anyone have an idea? Greetings, Dennis

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