Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

415 HTTP Error in Rest Message

Richard Thomas
Kilo Contributor

Hi everyone,

I have 4 rest messages for an integration with Remedy. They are all set up the same. 3 work fine, but I keep getting this error with the rest message for problem task.

find_real_file.png

The content-type is set to application/json and works fine for the other rest messages.

Has anyone out there ever had a similar error?

Thanks and appreciative as always.

Richard

6 REPLIES 6

Raghu Ram Y
Kilo Sage

Hi @Richard Thomas 

I suggest you to verify your content type only..once verify it again.

Hi Raghu,

These are the parameters

find_real_file.png

I wasn't used "Authentication-Token" as a header, is it working? Generally I would use "Authorization" can you give a try by changing it?

and also I guess Bearer is required in its value.. something like... Bearer ${Token}

Once give a try give changing above two..

 "Authentication-Token" works fine - I have the exact same set up for 3 others and they all work perfectly. Very confusing!! 🙂