I'm looking to retrieve json from a dedicated server. It will be used to verify client to server communications in my Ajax monitor application.
[EDIT]
LOL! Even I couldn't of begun to answer this vague question.
Sorry was in a rush when asking question.
Context:
The ajaxMonitor
program wraps the JQuery.ajax function. It is a plug-in. This Monitor will be used to monitor ajax communications between a client and server. The first thing that will occurr is a jsonp request will be sent to a server to verify that communications work between the client and a known good, reliable server (google, msn, yahoo, or govt.). This way if the first ajax request errors. Then there is a problem not normally applicable to the server-side.
I hope this will clarify my question better.