- 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.
- 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
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 12:58 AM
that's what I believe too... I have asked them already...
Problem: it's kind of an ERP system, many customers, it could effect a lot of instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 01:15 AM
you could give a script approach a try. Never tried it but maybe ServiceNow accepts a request body for GET requests when using the API.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 01:21 AM
I know.. i am trying this approach.. however then I will face the next problem: I need to use MID Server, and via REST API I get this for free