HTTP GET (REST) Request with Body

MichaelZischeck
Kilo Sage

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

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @MichaelZischeck 

the only chance I see at the moment is asking the partner system to use POSt requests.

Maik

View solution in original post

5 REPLIES 5

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