I am getting error while passing JSON body into body property of http request block
The error code is 415
Same thing is working postman
Ex
{
Body : comments
}
I am getting error while passing JSON body into body property of http request block
The error code is 415
Same thing is working postman
Ex
{
Body : comments
}
415 is unsupported media. Check “Content-Type” header in Postman and put the same in HTTP Request
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.