cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CI integration Urlencoded message type

sandrobunturi
Participant
0 Likes
714

Hello dear experts,

I need to make HTTPS request to acquire token with the Header content-type: application/x-www-form-urlencoded.

I am building the integration flow, I have set up a content modifier to create the header and the body, But as i guess the header in the content modifier does not send the urlencoded message.

could you please give some recommendations and ideas?

Best Regards,

Sandro.

Accepted Solutions (0)

Answers (1)

Answers (1)

asutoshmaharana2326
Active Participant
0 Likes

Dear Sandro,

You can take reference from below blog while creating the HTTP receiver adapter configuration. (Might be the case you have missed to put Content-Type header in the request header parameters in HTTP receiver adapter.)

https://blogs.sap.com/2022/07/25/send-application-x-www-form-urlencoded-data-to-a-http-receiver-adap...

Ps. HTTP adapter will not convert the body to the rule coded format so you need to create the appropriate body using a script or else hard coded in the Content modifier.

Thank,

Asu