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…