Why I am not able to see the request payload when rest message is triggering in integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 11:59 PM
Hi All,
We have integrated the two system (Ebonding), there once the rest message is triggering in http outbound request it shows all the Request Body and Response body,
It is showing all the things in Response Body but not showing anything in Request Body.
Can anyone help me with this how to achieve.
Thanks,
Atik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 03:39 AM
Hello @Atik
Please try to change content-type of the body in the rest message.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 07:06 AM
You can set the content type of a body to application/json or whatever is required.
Example - r.setRequestHeader('Content-Type', 'application/json');
Or
you can set the Content-Type in Rest message.
Thanks,
Shivanshu
Mark Helpful is it solved your issue.