Forum Discussion
Induja_Muthusamy
Jun 23, 2023Copper Contributor
Logic App - HTTP Calls with PATCH ( HTTP method ) is not going through WITHOUT a Request Body
Hi All, I am trying to make a HTTP call using HTTP METHOD -PATCH to an external system via Logic App. The API doesn't have a request body and it has path parameters and headers in place. While invok...
tzahiariel
Microsoft
Jun 25, 2023Hi Induja_Muthusamy,
Did you try adding: "Content-Type": "application/json" as a header to the empty request body?
(Shown in the attached image)
- Induja_MuthusamyJun 25, 2023Copper ContributorHi tzahiariel,
Yes ,tried that. With content-type header and with empty JSON object ,the request reached the target system but received a error response from the target system as the request body is not expected in the target system.
Is there any solution to get through the API call without passing the Request Body in PATCH mode ?