Hey Thomas,
Thanks for your response. I am on SP 08 as of now but we have SP 09 upgrade planned.
I have below code in my .xsaccess file. Do you think it will work on SP 09?
{
"authentication" : {"method" : "Basic"},
"exposed": true,
"cors" : { "enabled: true, "allowMethods": ["GET"], "allowOrigin": ["*"] }
}
And I would really appreciate if you can guide me on how to achieve this in SP 08?