1
0
-1

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

  1. panda

    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.

  2. Ranjith

    Just adding this to custom html and saving is what i have done

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Hello Ranjith, 

    Please provide the log file for inspection. Thank you.

      CommentAdd your comment...
    1.  
      1
      0
      -1

      sample image

        CommentAdd your comment...