<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: post method with freescale http server</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173025#M6566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;Hi fabrice&lt;/DIV&gt;&lt;DIV&gt;I was able to get POST working.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please go to the following link.&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220" target="_blank"&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;NT&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 23:53:53 GMT</pubDate>
    <dc:creator>NT</dc:creator>
    <dc:date>2008-07-25T23:53:53Z</dc:date>
    <item>
      <title>post method with freescale http server</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173021#M6562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I use the freescale http server. I have downloaded it on the freescale web site. I'd like to use the http post methode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the header of the file "freescale_http.c"(part of the freescale http server), "The web server supports 'GET', 'POST','EMG'".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But int the header of the function freescale_process_header, it's written "We currently support GET and EMG.". In this function, there is no code corresponding to post. Does it mean that the post message is not actually available and will be soon available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else tried to use the post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabrice&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 18:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173021#M6562</guid>
      <dc:creator>fabC</dc:creator>
      <dc:date>2007-12-14T18:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: post method with freescale http server</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173022#M6563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi fabC&lt;BR /&gt;&lt;BR /&gt;You may like to&amp;nbsp; take a look at the uTasker project. This supports the post method, including posting software uploads to the board.&lt;BR /&gt;&lt;BR /&gt;The project is open source and completely free for non-commercial use - it is also fully supported and documented - see the web site &lt;A href="http://www.uTasker.com" rel="nofollow" target="_blank"&gt;www.uTasker.com&lt;/A&gt; and its forum at &lt;A href="http://www.uTasker.com/forum/" rel="nofollow" target="_blank"&gt;http://www.uTasker.com/forum/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you explain what the EMG method is? I haven't heard of this before.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 04:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173022#M6563</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2007-12-18T04:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: post method with freescale http server</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173023#M6564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi mark,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help, but I'd like to use the "coldfire lite http webserver" . Some developments have already been done with it.&lt;BR /&gt;&lt;BR /&gt;The EMG method is a method developped by freescale to update software using port 80.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 02:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173023#M6564</guid>
      <dc:creator>fabC</dc:creator>
      <dc:date>2007-12-19T02:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: post method with freescale http server</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173024#M6565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Babrice,&lt;/DIV&gt;&lt;DIV&gt;The POST comment is only a comment and the POST was not implemented but is on the "to-do" list.&lt;/DIV&gt;&lt;DIV&gt;We/Freescale are looking to implement some POST capability for handling the erase and program of the "dynamic flash file system".&amp;nbsp; Hopefully we'll have an update to the code base in early February or sooner if possible.&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 23:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173024#M6565</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2007-12-19T23:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: post method with freescale http server</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173025#M6566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;Hi fabrice&lt;/DIV&gt;&lt;DIV&gt;I was able to get POST working.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please go to the following link.&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220" target="_blank"&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4220&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;NT&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 23:53:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/post-method-with-freescale-http-server/m-p/173025#M6566</guid>
      <dc:creator>NT</dc:creator>
      <dc:date>2008-07-25T23:53:53Z</dc:date>
    </item>
  </channel>
</rss>

