Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
While saving Failed to load resource: the server responded with a status of 403 (Forbidden)
<script> $(document).ready(function(){ $.ajax({ type: "GET", url: '/jw/web/json/monitoring/activity/list?processId=xxxid', data: { j_username : 'master', hash : 'xxxxhash', loginAs : 'xxx' }, success: function(res) { console.log("Called"); console.log(res) }, error: function(a) { console.log("Error"); console.log(a); }, dataType: "json" }); });</script>
please help
Hi, what is the relation of your script to the form not saving? Please provide more information like screenshot, js error, log file, form design etc.
Just adding this to custom html and saving is what i have done
Hello Ranjith, Please provide the log file for inspection. Thank you.
sample image
While saving Failed to load resource: the server responded with a status of 403 (Forbidden)
<script>
$(document).ready(function(){
$.ajax({
type: "GET",
url: '/jw/web/json/monitoring/activity/list?processId=xxxid',
data: {
j_username : 'master',
hash : 'xxxxhash',
loginAs : 'xxx'
},
success: function(res) {
console.log("Called");
console.log(res)
},
error: function(a) {
console.log("Error");
console.log(a);
},
dataType: "json"
});
});
</script>
please help
Hi, what is the relation of your script to the form not saving? Please provide more information like screenshot, js error, log file, form design etc.
Just adding this to custom html and saving is what i have done