Ryec
unread,Feb 21, 2012, 12:40:00 AM2/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to au...@googlegroups.com
I have a Data Service (HTTP) which will return either html or json, based the value of 'Accept' in the http request header.
In my Flex application, I've setup this Data Service(HTTP), and a Data Grid to render the data from the HTTP Service.
My questions is: how to set Accept: application/json in the http request header for the Data Grid?
Thanks