- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 10:31 PM
Hi Experts ,
I have one scripted rest api with post call . its not working as expected . could you please guide me with way to debug it?
Any pointers will be helpfull.
Regards,
Raju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 10:34 PM
Hi Raju,
ITs quite simple.
Errors or unexpected results are often the result of small discrepancies in the HTTP call you’re making. Maybe there’s a bad query parameter or broken path in the URL. You can look for these sorts of issues by enabling REST Debugging and examining the node log.
- Create a new true/false system property named glide.rest.debug with value true.
- Initiate a test API call from a testing tool such as REST API Explorer, Postman, etc.
- Examine the node log file.
Regards,
Amit Gujarathi
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 10:34 PM
Hi Raju,
ITs quite simple.
Errors or unexpected results are often the result of small discrepancies in the HTTP call you’re making. Maybe there’s a bad query parameter or broken path in the URL. You can look for these sorts of issues by enabling REST Debugging and examining the node log.
- Create a new true/false system property named glide.rest.debug with value true.
- Initiate a test API call from a testing tool such as REST API Explorer, Postman, etc.
- Examine the node log file.
Regards,
Amit Gujarathi
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi