<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ACTION: POST HTTP Request with form data]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I actually did not know if this is the right place to post this question. So, apologies in advance.</p>
<p dir="auto">I am trying to build this request action with the flic client app for Android...</p>
<p dir="auto">This is how the request looks for curl</p>
<p dir="auto">curl -X POST <br />
<a href="https://webhook.site/935a1705-d1d3-40ab-8609-21be7acbb043" rel="nofollow ugc">https://webhook.site/935a1705-d1d3-40ab-8609-21be7acbb043</a> <br />
-H 'Accept: <em>/</em>' <br />
-H 'Cache-Control: no-cache' <br />
-H 'Connection: keep-alive' <br />
-H 'Content-Type: application/x-www-form-urlencoded' <br />
-H 'Host: webhook.site' <br />
-H 'Postman-Token: 07c9d493-c482-46f0-8af2-b1405f5c9469,d15bf565-79d6-48f2-88df-d57072988e56' <br />
-H 'User-Agent: PostmanRuntime/7.11.0' <br />
-H 'accept-encoding: gzip, deflate' <br />
-H 'cache-control: no-cache' <br />
-H 'content-length: 756' <br />
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' <br />
-F family=AAADEVRFID <br />
-F type=AAADEVRFIDLOCALIZATION <br />
-F version=1.0 <br />
-F 'eventBody={'''eMail''':'''jmn48@gmail.com''','''Param1''':'''Param1''','''Param2''':'''Param2''','''Param2''':'''Param2''','''Param3''':'''Param3''','''Param4''':'''Param4''','''Param5''':'''Param5''','''Param6''':'''Param6''','''Param7''':'''Param7''','''Param8''':'''Param8''','''Param9''':'''Param9''','''Param10''':'''Param10'''}'</p>
<p dir="auto">The most challenging part for me is to figure out how to enter all the information that is part of the form, marked with F in the curl request above.</p>
<p dir="auto">Could anyone please direct me to the right place to get help on this?</p>
]]></description><link>https://community.flic.io/topic/17523/action-post-http-request-with-form-data</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 22:54:18 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/17523.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 May 2019 17:15:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ACTION: POST HTTP Request with form data on Tue, 21 May 2019 09:34:40 GMT]]></title><description><![CDATA[<p dir="auto">As with so many technical requests your question isn't really clear enough as to what the problem is. It looks like you're using Postman to generate the code and wanting to post a multipart form. I can only point you to<br />
<a href="https://ec.haxx.se/http-multipart.html" rel="nofollow ugc">https://ec.haxx.se/http-multipart.html</a> .<br />
You have my sympathies, curl is not the easiest to understand and API documentation rarely makes it easy to understand exactly what's necessary.</p>
]]></description><link>https://community.flic.io/post/18641</link><guid isPermaLink="true">https://community.flic.io/post/18641</guid><dc:creator><![CDATA[isolating]]></dc:creator><pubDate>Tue, 21 May 2019 09:34:40 GMT</pubDate></item></channel></rss>