[progress Communities] [progress Openedge Abl] Forum Post: Re: Rest Oerealm Authentication...

  • Thread starter Thread starter keesvlasblom
  • Start date Start date
Status
Not open for further replies.
K

keesvlasblom

Guest
When removing the "rest" from the service URI i was testing from the Telerik Appbuilder, running in the simulator. Looking at the progress.all.js file you can see why it does not force a call to j_spring_security_check: Because the content-type of the response is "text-html" and the response status is 200 it tries to figure out if the response is a login page or a failure page. It does this by searching for the text "j_spring_security_check" in the response. However, the response is just the "home-page" as you can see in the attached screen. So, I think the response to the home.html is the wrong one, but why? Below two screen shots, both taken using the simulator/Telerik Appbuilder, with ServiceURI without "rest" part (just "localhost:8810/MoneyVault"). First screenshot shows the headers of the request and response, second one shows the response. Hope this helps.

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