I am trying to use getJson to get json response from a remote site,
the remote site expects Accept : application/json.
Some how all my requests when observed using firebug shows Accept : */
*
I also tried the exmaple http://docs.jquery.com/Ajax/jQuery.getJSON
Although it returns json data , but the Accept is still */* , I
believe this would be because of "format=json" param in the above
example

I am using JQuery 1.3.2

How can i make getJson to pass Accept : application/json Request
Header

Thanks

Reply via email to