1
0
-1
1 answer
- 10-1
Hi, what is the error message in the system logs when you make the Postman call? Error 400 means it's a bad request, so there should be some exception details in the logs.
Add your comment...
Hi, what is the error message in the system logs when you make the Postman call? Error 400 means it's a bad request, so there should be some exception details in the logs.
I will try to include enough detail and screenshots to deserve a serious reply as to what I may be missing.
Here is my running process:
Here are the details of the process with the activity that I am trying to complete:
I sent the following API call from Postman installed on the same computer on which Joget was running and the admin password is correct:
The result from Postman was:
The fault may be my own, but I have spent hours trying this in various scenarios and from different computers. I felt that this one was the most likely to succeed but it did not. The system log show nothing helpful. Both whitelists have "*". I have run into this behavior from some JSON APIs many times over the last several months of development.
An activity I use has a redirect via window.location.replace but thereafter I need to complete the activity in order for the process to close by using this API. Thanks in advance, Bill