Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Warning |
---|
Do NOT expose clear text password in the URL or DOM. |
Thai |
---|
รับรองความถูกต้องโดยผ่านพารามิเตอร์ |
...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --location --request POST --data 'j_username=user1&j_password=password1' 'http://localhost:8080/jw/web/json/workflow/assignment/list/pending?j_username=user1&j_password=password1' |
Code Block | ||||
---|---|---|---|---|
| ||||
{"total" : 12 } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --location --request POST --data 'j_username=user1&hash=D012B772672A55A0B561EAA53CA7734E' 'http://localhost:8080/jw/web/json/workflow/assignment/list/pending?j_username=user1&hash=D012B772672A55A0B561EAA53CA7734E' |
Code Block | ||||
---|---|---|---|---|
| ||||
{"total" : 12 } |
...
Warning |
---|
Do NOT expose clear text password in the URL or DOM. |
Thai |
---|
Master ชื่อผู้ใช้และรหัสผ่าน |
...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --location --request POST --data 'j_username=master&j_password=master&loginAs=user1' 'http://localhost:8080/jw/web/json/workflow/assignment/list/pending?j_username=master&j_password=master&loginAs=user1' |
Code Block | ||||
---|---|---|---|---|
| ||||
{"total" : 12 } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --location --request POST --data 'j_username=master&j_password=master&loginAs=user1' 'http://localhost:8080/jw/web/json/workflow/assignment/list/pending?j_username=master&hash=E505CF727D214A68CB03DA25DA978500&loginAs=user1' |
Code Block | ||||
---|---|---|---|---|
| ||||
{"total" : 12 } |
...