Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
JSON URL | URL to be called. | ||||||||
Call Type | Select the call type:
GET requests include all required data in the URL. GET is less secure compared to POST because the data sent is part of the URL. So it's saved in browser history and server logs in plaintext. In contrast, HTTP POST requests supply additional data from the client (browser) to the server in the message body. POST is a little safer than GET because the parameters are not stored in browser history or in web server logs. From here. | ||||||||
Body Type (Only Applicable to Call type = POST) | Select the post method:
| Request Parameters |
| ||||||
Request Headers | Add name(s) and value(s) to the request header. | ||||||||
No Response Expected | Check if no response is expected so that even if there is a response, this tool will simply ignore it. Using this option will also disable "store to form" and "store to workflow variable" properties. | ||||||||
Debug Mode | Show relevant debug entries in the server log for debugging purposes. |
...