[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Help with REST URI?/403 error

  • Thread starter Thread starter bstaunton
  • Start date Start date
Status
Not open for further replies.
B

bstaunton

Guest
Hi Sanjeev, thanks for the detailed reply. I had reached the point, before your reply, where if I used http:// /TestLCR/rest/TestLCRService/customer with a file that does what yours does, supposedly just outputting the string entered in, then it instead outputs the URI back out again. If I entered anything after /customer/ I'd get a 404 error. I was using the default executionMode = "singleton" though, using executionMode = "external" didn't work. The same thing happens when I run your exact code and mapping. Instead of outputting the input string, it outputs a string of the whole URI: http:// /TestLCR/rest/TestLCRService/Customer

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