<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Download Client with HTTP POST</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95608/download-client-with-http-post</link><description>Hi, 
 I need to modify the download_client to download the data from our cloud using the http POST method. The way cloud is implemented is that the device needs to specify a couple of properties for the cloud to deliver the right firmware type/version</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jan 2023 09:16:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95608/download-client-with-http-post" /><item><title>RE: Download Client with HTTP POST</title><link>https://devzone.nordicsemi.com/thread/405175?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 09:16:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9df7a1f0-1236-4b5a-a94c-12f62a3c33f2</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Noaman,&lt;/p&gt;
&lt;p&gt;I think you are in the correct direction. Just let me know if you need more help.&lt;/p&gt;
&lt;p&gt;Looking forward to seeing your contribution. Happy work!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Download Client with HTTP POST</title><link>https://devzone.nordicsemi.com/thread/405148?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 06:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b853fcf-5f3a-4d6d-9176-d4909a20791b</guid><dc:creator>Stratosphere</dc:creator><description>&lt;p&gt;Thank you Charlie,&lt;/p&gt;
&lt;p&gt;Tracing the calls here is what I believe should work if you can just verify it:&lt;/p&gt;
&lt;p&gt;(in fota_download.c) -&amp;gt;&amp;nbsp;download_client_start (download_client.c) -&amp;gt; request_send -&amp;gt;&amp;nbsp;http_get_request_send (in http.c).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the main modification will be in the http.c file where I will introduce a new functions (http_post_request_send) that is a copy of the http_get_request_send but replace the&amp;nbsp;GET_HTTPS_TEMPLATE with a POST_HTTPS_TEMPLATE that that approriate api and fileds.&lt;/p&gt;
&lt;p&gt;the mods in the download_client will be to support and pass on the right information to this new function.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if you think i will face any issues. Once I am done, I can share the files here for anyone else to use.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Noaman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Download Client with HTTP POST</title><link>https://devzone.nordicsemi.com/thread/404511?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2023 10:10:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:098f0534-c281-44e9-aa0d-5965e18f0ec5</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Noaman,&lt;/p&gt;
&lt;p&gt;You can refer to the implementation of HTTP request command&amp;nbsp;#XHTTPCREQ from application&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/applications/serial_lte_modem/doc/HTTPC_AT_commands.html#http-request-xhttpcreq"&gt;HTTP client AT commands — nRF Connect SDK 2.2.0 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;to modify the download client library.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>