You can use CORS [1] on browsers that support it. [2] You really should use it if at all possible given your application's constraints, so you don't have to abuse GET requests and can use a JSON parser.
[1] http://en.m.wikipedia.org/wiki/Cross-origin_resource_sharing
[2] http://caniuse.com/cors