- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2024 05:26 AM
I am integrating an external monitoring tool to ServiceNow. The tool is able to create and update incidents via REST Explorer API. So far, the interface works as intended, except for character encoding. I have been able to fix the encoding for whenever i send out updates to incidents by adding "Content-Type: application/json; charset=utf-8" in the outbound request's header.
Whenever i receive (create/update incident) requests, encoding fails to work. Does anyone know how i can fix this? The request sender has also included "Content-Type: application/json; charset=utf-8" in the request header, to no avail.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 11:16 PM
Finally found a solution for this. The issue was a malformed header on the request from the external monitoring tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2024 05:58 AM
how there request body looks like?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2024 06:36 AM
This is the incoming request body:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 11:16 PM
Finally found a solution for this. The issue was a malformed header on the request from the external monitoring tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2025 05:35 AM
Hi Anthony,
Can you share the solution for the issue you mentioned.
need to change the response header.
regards,
raj