cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am a fresh man for CPI. Now I am working on a CPI integration flow.

The whole process is very easy. Just receive a https call from external call and pass it out to a RFC call.

Then I call it in postman with 'POST' method. But finally, it became 'GET' in the log ('trace' level). And the request body is lost. And the following RFC call be failed as well.

Log in CPI

I just wonder, where is wrong. Why the 'POST' is changed into 'GET'.

0 Likes
View Entire Topic
PiotrRadzki
Active Participant
0 Likes

Hi Joseph,

by default CPI expects GET HTTP calls in Inbound HTTPS connections.

Maybe you are overwriting the payload in first Content Modifier?

Try with GET.

BR, Piotr

0 Likes

Is there some place to change the setting of CPI 'HTTPS Sender Adapter'? Refer below article, I did NOT find any place for set the request method.

HTTPS Sender Adapter

PiotrRadzki
Active Participant
0 Likes

no, there is not place to change it. This is how HTTPS Sender works in CPI.

What is your requirement?

BR, Piotr