I'm wondering if there is a way to send headers from YQL or the YQL console like there is in cURL. I would like to return JSON by specifying the header Accept: application/json
I am able to return JSON in with cURL and the command line like this: curl -H 'Accept: application/json' http://www.opendatabc.ca/data?=births but I can't figure out how to set the header using YQL or YQL console.