cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Patch calls to internal non sap backend fails

former_member530322
Discoverer
0 Kudos

hi all,

I am able to make GET calls to a non sap backend but when i try to make a patch call it fails. Is there any other configuration required on cloud connector or via code to use the Patch method. I have set the proxy following the instructions from https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/d872cfb4801c4b54896816df4b7....

Accepted Solutions (1)

Accepted Solutions (1)

AntalP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Shreyas,

In cloud connector enable payload tracing (Logs and Trace Files -> Settings -> set Payload trace flag), it will record the HTTP traffic between cloud connector and backend system.

Could you check if the PATCH method is sent to the onpremise system?

Best regards,

Antal

Answers (1)

Answers (1)

former_member530322
Discoverer
0 Kudos

Hi Antal,

Was able to trace the error to rogue encoding due to your help.