Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am able to post this data using curl or postman
curl -X POST https://accounts.us1.gigya.com/accounts.getAccountInfo -H 'accept: application/json' -H 'content-type: application/x-www-form-urlencoded' -d 'UID=infaetl_app_nonprod&apiKey=3_oXi2DZJMZkM_FjTPsVAdUi6NDADl9FBQpnRuupPfBcHj-AroUEYHljf75NS8FS0z&userKey="AB1pdsA8wQ1\"&secret=IvZaTIuMm610AjNvME%2BSQJMjIFlDTVrb'
Which Talend component should I used and how should I configure to post the data I am using Talend Open studio (big data edition)
Hello,
Are you trying to send HTTP POST messages with Content-Type? Could you please have a look at component TalendHelpCenter:tRESTClient? You can add content-type to the "HTTP Header" in "Advanced Settings".
Best regards
Sabrina