Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 12:22 AM
I know, HTTP GET is not intended to have a body, and as ServiceNow complies to standards this is not supported.
The API I am trying to consume however, expects a Body.
I need some work around, but I am stuck
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 12:27 AM
the only chance I see at the moment is asking the partner system to use POSt requests.
Maik
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 01:45 AM
luckily, just found it now: they offer 2 endpoints (rest/rpc) the ones for rpc are all patch and accept body ...
thanks anyway for taking time to respond