Microservice REST Endpoint using PATCH method, getting Error: socket hang up

What product/components do you use and which version/fix level are you on?

1016.0.117

What are you trying to achieve? Please describe it in detail.

I have a Microservice which provides REST Endpoint with PATCH method.

Do you get any error messages? Please provide a full error message screenshot and log file.

If i run this Micorservice localy the REST Endpoint with PATCH is working. If the Microservice runs hosted at Cumulocity i get following Error.
Error: socket hang up

Ist this standard config that PATCH method is not allowed? If yes, why?

I know that the Standard Cumulocity API is not using method PATCH at all, instead PUT is used. However, PUT actually means that i update the entire entity. PATCH means i update only parts of the entity…

I got the information that “Microservice Proxy only forwards GET, POST, PUT and DELETE requests”.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.