This should be fixed in Java Shindig - are you using an updated version? https://issues.apache.org/jira/browse/SHINDIG-1083
~Arne On Wed, Oct 21, 2009 at 3:40 PM, Greg Ederer <g...@ergonosis.com> wrote: > Hi, > > When the page at: > > http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html > > issues the following XHR request: > > > http://localhost:8080/social/rest/samplecontainer/setstate?st=john.doe%3Ajohn.doe%3A7810%3Ashindig%3Ahttp%253A//localhost%253A8080/gadgets/files/samplecontainer/examples/SocialHelloWorld.xml%3A0%3Adefault > > I get the following error in Firebug: > type Status report > > message Cannot use disallowed Content-Type > application/x-www-form-urlencoded > > description The request sent by the client was syntactically incorrect > (Cannot use disallowed Content-Type application/x-www-form-urlencoded). > > > Any thoughts on what might be causing this? > > Thanks for having a look. > > Greg