<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Scirra Forum : Server received a HTTP request which was not a GET</title>
  <link>http://www.scirra.com/forum/</link>
  <description>This is an XML content feed of; Scirra Forum : Javascript SDK development : Server received a HTTP request which was not a GET</description>
  <copyright>Copyright (c) 2006-2011 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 19 Jun 2013 22:04:56 +0000</pubDate>
  <lastBuildDate>Mon, 13 Feb 2012 21:33:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 10.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.scirra.com/forum/RSS_post_feed.asp?TID=49017</WebWizForums:feedURL>
  <image>
   <title>Scirra Forum</title>
   <url>http://www.scirra.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://www.scirra.com/forum/</link>
  </image>
  <item>
   <title>Server received a HTTP request which was not a GET : Have you tried r79?  I made a...</title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post309078.html#309078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/ashley">Ashley</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 13 Feb 2012 at 9:33pm<br /><br />Have you tried r79?  I made a change which was relevant.]]>
   </description>
   <pubDate>Mon, 13 Feb 2012 21:33:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
  <item>
   <title>Server received a HTTP request which was not a GET : @wgfunstorm, The release that...</title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post309077.html#309077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/smitchell">smitchell</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 13 Feb 2012 at 9:30pm<br /><br />@wgfunstorm, The release that cam out today was supposed to fix this. Check it out with the latest copy..]]>
   </description>
   <pubDate>Mon, 13 Feb 2012 21:30:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
  <item>
   <title>Server received a HTTP request which was not a GET : Bump. Any thoughts? </title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post309023.html#309023</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/wgfunstorm">wgfunstorm</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 13 Feb 2012 at 5:48pm<br /><br />Bump. Any thoughts?]]>
   </description>
   <pubDate>Mon, 13 Feb 2012 17:48:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
  <item>
   <title>Server received a HTTP request which was not a GET : Thanks for the update, I know...</title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post308483.html#308483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/wgfunstorm">wgfunstorm</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 11 Feb 2012 at 2:32pm<br /><br />Thanks for the update, I know this is totally my fault. So thanks for taking the time for that.<br /><br />After some further digging, it now does appear like Playtomic relies upon POST to send data (eg leaderboards). The funny thing is I'm still not getting the error. When I run the project it accepts POST and OPTIONS just fine which is how it slipped by me unnoticed.<br /><br /><img src="http://i.imgur.com/lf8dY.jpg" border="0" /><br /><br />So unfortunately while it looks like the update will make the error message less jarring, as long as the request is rejected the plugin remains broken.<br /><br />Correct me if I'm wrong, it should work if they export & upload their projects to an external server that supports POST etc? Guess I'll just have to update the tutorial to with another step to 'not-so-easily add leaderboards'  <img src="http://www.scirra.com/forum/smileys/smiley26.gif" border="0" align="middle" /> ]]>
   </description>
   <pubDate>Sat, 11 Feb 2012 14:32:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
  <item>
   <title>Server received a HTTP request which was not a GET : Construct 2 starts its own HTTP...</title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post308192.html#308192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/ashley">Ashley</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 10 Feb 2012 at 3:14pm<br /><br />Construct 2 starts its own HTTP server for previewing, and it only supports GET requests.  So if for example in preview mode you POST some data to the localhost server, you'll throw up that error.  There's actually a whole bunch of HTTP "verbs", ranging from OPTIONS, HEAD, PUT, DELETE... none of them are supported.<br /><br />Since it seems to have annoyed a few people I've simply removed the check from the next build.  The server will return 404 not found for any non-GET requests.]]>
   </description>
   <pubDate>Fri, 10 Feb 2012 15:14:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
  <item>
   <title>Server received a HTTP request which was not a GET : A number of people have reported...</title>
   <link>http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017_post308088.html#308088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/wgfunstorm">wgfunstorm</a><br /><strong>Subject:</strong> 49017<br /><strong>Posted:</strong> 10 Feb 2012 at 12:41am<br /><br />A number of people have reported receiving the following error when running a project using my Playtomic plugin. I have been sent projects that cause the error to appear, but all my attempts to reproduce it locally have failed in all browsers. The projects that are causing them errors run perfectly fine for me.<br /><br />The error msg is also strange to me because when I check the network connections log in Chrome, every single Playtomic request is a GET. Hmmm.<br /><br />Can you think of anything that would cause the error to appear on one user's machine but not another? Some sort of security setting perhaps?<br /><br /><br />---------------------------<br />Construct 2 Check failure<br />---------------------------<br />Check failure!  This is probably a bug:<br /><br />Server received a HTTP request which was not a GET - this is not supported<br /><br />Condition: pRequest-&gt;Verb == HttpVerbGET<br />File: HttpFileServer.cpp<br />Line: 195<br />Function: void __cdecl HttpFileServer::ServerThread(void)<br />Build: release 78 (64-bit) checked<br />Component: HTML5 exporter<br />(Last Win32 error: 0)<br /><br />&#091;...&#093;]]>
   </description>
   <pubDate>Fri, 10 Feb 2012 00:41:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/server-received-a-http-request-which-was-not-a-get_topic49017.html</guid>
  </item> 
 </channel>
</rss>