Forum Post: RE: Debugging REST Calls

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
Good morning Mike, Actually surprisingly few problems! This REST stuff has worked exactly as expected. Our first issue was from the UI (ExtJS) side which was not passing the unique id correctly. The Chrome Developer Tool showed us the URL called and the missing key. Turned out we got burned by case sensitivity in the variable name (a chair-keyboard interface error). Second was in the appSecurity file: we mixed the Progress REST project with the EXtJS project in the same webapps directory so appSecurity was blocking access to the ext/ sub directory. As you can see it was nothing major. But this opened up the need to know how/where to debug. Thanks,

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