cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bad request error in HTTP PUT request

0 Likes
2,783

Hi Experts,

We have a service which is accessible using postman with one manual header value added.

While calling it from CPI, i have added header property using content modifier and set up HTTP receiver as below.

I am getting 400 bad request error. Any leads are appreciated.

View Entire Topic
0 Likes

Please check if you are passing JSON body correctly in the content modifier. This error usually comes when the request is being passed in valid format.

0 Likes

Hi Ashwini,

I am passing Json as it is. See the screenshot