<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending HTTP POST Request in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148598#M261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to send a simple HTTP POST request from my 52259-based MQX device to a web server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone point me to an example? I can see lots of web servers, but no HTTP GET or POST client examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 23:44:33 GMT</pubDate>
    <dc:creator>Joe2</dc:creator>
    <dc:date>2010-09-20T23:44:33Z</dc:date>
    <item>
      <title>Sending HTTP POST Request</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148598#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to send a simple HTTP POST request from my 52259-based MQX device to a web server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone point me to an example? I can see lots of web servers, but no HTTP GET or POST client examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 23:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148598#M261</guid>
      <dc:creator>Joe2</dc:creator>
      <dc:date>2010-09-20T23:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending HTTP POST Request</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148599#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web_HVAC uses post method to send data to web server. Check out \demo\web_hvac\web pages\hvac_input.html. The corresponding cgi routin is "cgi_hvac_output" in cgi_hvac.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took web_hvac as example. Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 04:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148599#M262</guid>
      <dc:creator>LordMark</dc:creator>
      <dc:date>2010-09-21T04:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sending HTTP POST Request</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148600#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wasn't clear enough with my question, sorry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to send an HTTP POST request from my device to a web server somewhere on the internet... so I can post information gathered by my device to a central server somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 04:18:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148600#M263</guid>
      <dc:creator>Joe2</dc:creator>
      <dc:date>2010-09-21T04:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sending HTTP POST Request</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148601#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote my own in the end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend it as a kind of Zen meditation exercise to others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sending-HTTP-POST-Request/m-p/148601#M264</guid>
      <dc:creator>Joe2</dc:creator>
      <dc:date>2010-09-28T06:34:32Z</dc:date>
    </item>
  </channel>
</rss>

