Hi, For php shindig, how do I call the POST methods through Rest API , externally? I tried it by submitting a form, but its says, that the PUT methods are not allowed for anonymous users.Then I saw that the same is implemented in DataHandler.php. Even if I overrule this check in the code, I am not able to insert any value through POST. Does this means, any other method, except GET cannot be called through an external application? Am I missing something in my understanding? Can you please give me any example for POST?
Thanks. On Fri, Jul 25, 2008 at 2:44 AM, Chewy Trewhella <[EMAIL PROTECTED]> wrote: > Haha. Where are you? > Sorry I missed you for supper - how did the rest of the interviews go? > > > On Thu, Jul 24, 2008 at 9:57 PM, Chris Chabot <[EMAIL PROTECTED]> wrote: > > > by the way, the exact same is completely true for php too :) > > > > > > On Jul 24, 2008, at 4:46 PM, Cassie wrote: > > > > In java, look at the *Handler classes. They each have doPost, doPut, > >> doDelete and doGet > >> > > > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > LTCSERVER > > > > > > > -- Ram Sharma

