I'm currently developing a web service that needs to return JSON data. After doing some research, I found recommendations to use application/json. However, I am concerned about potential issues this may cause.
Will older browsers like IE6+, Firefox, and Opera support this content type?
Could users behind corporate firewalls or proxy servers potentially block the mime type application/json?
If you have followed this advice before, what problems, if any, did you encounter?