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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dura45
Contributor II
Contributor II

Post call with x-www-urlencoding - How to pass arguments

Hello everyone,

I'm trying to create a flow in Talend Open Studio that creates articles from an SQL Server query with an API call using the POST method and x-www-urlencoded format. On postman it works well.

Obviously, there are more than one article, so I'm trying to use an iteration to make multiple calls.

Unfortunately, however, I can't seem to pass the data to the call and the result is a 400 Bad Request error.

This is the flow and the 

Screenshot_131.png

 

Screenshot_132.png

 

Can you help me? Thank you very much

Labels (4)
2 Replies
dura45
Contributor II
Contributor II
Author

Anyone can help me? 

fcolagiacomo
Contributor III
Contributor III

Hi,

have you try to insert HTTP Header (name "Content-Type", value "x-www-urlencoded") in "Advanced settings"?