Re: [Catalyst] REST, JSON and Content-Type

2008-06-17 Thread Peter Karman
On 06/16/2008 06:52 PM, Christopher Laco wrote: Committed to trunk. RT filed for MIME::Types claco++ -- Peter Karman . [EMAIL PROTECTED] . http://peknet.com/ ___ List: Catalyst@lists.scsys.co.uk Listinfo:

[Catalyst] REST, JSON and Content-Type

2008-06-16 Thread Christopher H. Laco
So, I'm trolling through the ASP.NET 3.5 docs on JSON and AJAX and it talks about GET not being enabled by default for a web service and that the mime type must be application/json Of course the REST package has this: 'text/x-json'= 'JSON', Near as I can gather, the

Re: [Catalyst] REST, JSON and Content-Type

2008-06-16 Thread Christopher Laco
J. Shirley wrote: On Mon, Jun 16, 2008 at 12:45 PM, Christopher H. Laco [EMAIL PROTECTED] wrote: So, I'm trolling through the ASP.NET 3.5 docs on JSON and AJAX and it talks about GET not being enabled by default for a web service and that the mime type must be application/json Of course the