Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to make a REST API post request using cHttp

Hi,

 

I'm using Talend ESB 6.2 enterprise and I want my API to keep listening webserver and send the response to Talend DI job.

 

I can run my API in postman with bellow settings

 

"https://mycontent.com/v2/tokens"

Method: POST

 

Headers

Content-Type: application/x-www-form-urlencoded

 

Body:

Check option: x-www-form-urlencoded

 

Key:Value

Parameters added

Username:abc

Password:abc

Department:Finance

.

May I know please how can I set up this configuration in cHttp component  ? There is no refernce to acheieve this

 

Any  help ?

Labels (1)
  • Other

1 Reply
Anonymous
Not applicable
Author

Hello,

Have you already checked component reference about:TalendHelpCenter:cHttp 

Here are related scenarios about:TalendHelpCenter:Retrieving the content of a remote file, TalendHelpCenter:Using cHttp to produce a Web service

Best regards

Sabrina