<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">David,<div class=""><br class=""></div><div class="">Have you taken a look at Seaside-REST ? (<a href="http://book.seaside.st/book/advanced/restful" class="">http://book.seaside.st/book/advanced/restful</a> and <a href="https://github.com/SeasideSt/Seaside/wiki/Seaside-REST" class="">https://github.com/SeasideSt/Seaside/wiki/Seaside-REST</a>)</div><div class=""><br class=""></div><div class="">It seems to me you are trying to use the Seaside page components to implement a REST interface. That is not going to work.</div><div class=""><br class=""></div><div class="">Johan</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 11 Mar 2017, at 21:27, David Pennington <<a href="mailto:david@totallyobjects.com" class="">david@totallyobjects.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div class="">Hello everyone.<div class=""><div class=""><br class=""></div>I am writing a mobile app that needs to talk back to a server using REST. I have set up Seaside pages that respond to GET requests in the form <div class="">'<a href="http://mydomain.com/MySeasidePage?username:password:dataRequest" class="">http://mydomain.com/MySeasidePage?username:password:dataRequest</a>. This works fine.<div class="">Now, however, I have to start updating the data on the server and I think that I should not use GET to change the data (web crawlers can do bad damage that way). So, my question is, if I formulate a correct PUT request, is there a way to get the Seaside page to respond correctly to it buy taking the data and using it, then sending back an HTML response?<div class="">David</div></div></div></div><div class=""></div></div>
<br class=""><hr class=""><pre class="">Message sent using Winmail Mail Server</pre>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></body></html>